I'm created startup form and there is a button there for me to click and hide it and then open my next form. I used the following code. It hided startup form and open the switchboard form but I'm not able to do anything to the switchboard form because the cursor remain positioned in the startup...
I am currently using form to update date ranges in my database.
Here is the sample of the query.
SELECT FAR.[SVC DATE], FAR.[ACCT BAL]FROM FAR
WHERE (((FAR.[SVC DATE]) Between Forms!frmUpdateDateRange!txtday0 And Forms!frmUpdateDateRange!txtday30));
I tried to use the similar code to change...
I'm creating a report that use various date ranges. Currently, I have to manually update these ranges one by one by going to design mode and change the date. My idea was to have a form and link those date ranges to the form so that it will update itself. Update the form and all the ranges in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.