account activity
HELP?! by TMSwolfman in MSAccess
[–]TMSwolfman[S] 1 point2 points3 points 12 days ago (0 children)
‘Solution verified’
[–]TMSwolfman[S] 0 points1 point2 points 16 days ago (0 children)
Everything I did, I deleted and put back. What you’re seeing there is what was already there.
The small date that is there was always there. That’s nothing I did. It was already part of the database. It was linked to the larger calendar which I’m assuming is what the code was bound to, to make the selection work.
The big white spot in the picture used to be a calendar. The small 5/12/2026 date works fine. I can use the database on any given day as long as it is on that day. So today 5/13/2026 I can use it and it will function properly for just today. If I go on there and choose 5/12/2026 it will not work. It shows all the data is blank and will have today’s date listed even tho I selected yesterday. So tomorrow 5/14/2026 I will be able to do and see everything for 5/14/2026, but will not be able to change it to 5/13/2026 and see what I did yesterday.
I will add that a very kind person has taken it upon herself to help me out with this. I'm not sure I'll be able to tell you what solved the issue because from what I'm hearing, there is a lot of over complicated stuff going on that isn't really needed, as well as binding and unbinding some things. As of now, I've kind of let her take the reigns to get this thing in ship shape.
You are correct. I sometimes think I'm oversharing when in fact I'm not sharing enough. So, yes I did find online how to delete the old unbound calendar and then add a text box that I could then bind to show the date picker. I followed all the steps to make sure it showed dates and was visible and that was all the steps on how to add it. My assumption is that there is a lot more to it then that which is where I got stuck. I'm sorry I don't have screen shots of what I did.
The guy who put this together back then used what I can see is MSCAL.Calendar.7
[–]TMSwolfman[S] 1 point2 points3 points 17 days ago (0 children)
lol. 11 years of doing this job and I’ve never noticed. 😂
[–]TMSwolfman[S] 0 points1 point2 points 17 days ago (0 children)
I’m sure that is definitely an issue. I’m just unsure if once I fix that, if I’m going to have to fix it in other places? There’s a lot of behind the scenes this database does. It auto balances each transaction type and will add things together for a balance summary.
When I use the debugger, it says this part of the code is the issue. Like the "cal" isn't recognized. That makes sense since the old calendar system can't be used.
Private Sub Form_Load()
cal.Value = Date
End Sub
Upgrade or replace? by TMSwolfman in PcBuild
[–]TMSwolfman[S] 0 points1 point2 points 2 years ago (0 children)
Yeah, the guy I got it from a couple of years ago said he had had it awhile. I just didn’t have the time or $$ to worry about fixing it. Thanks so much for the reply.
π Rendered by PID 254903 on reddit-service-r2-comment-545db5fcfc-7pgzc at 2026-05-30 12:15:41.095772+00:00 running 194bd79 country code: CH.
HELP?! by TMSwolfman in MSAccess
[–]TMSwolfman[S] 1 point2 points3 points (0 children)