I'd like to determine whether a form has been opened in dialog mode (modal = yes, popup = yes) after using DoCmd.OpenForm.
I thought it would be as simple as -
If Me.Modal = True And Me.Popup = True Then ...
BUT, Me.Modal returns FALSE even when the form has been opened as dialog.
Is there a...
I have an Access database that has been my design platform. It now does everything I want it to do. I now wish to upsize it to client server. Ideally I would like a SQL-based relational database that will be as comfortable running on Linux as Windows. I intend to write a browser based...
Hi,
Strange one. When printing a form and selecting "Print Data Only" check-box on the Page Set-up menu, some control labels are visible and some are not.
Mostly they are not visible, but I have a form on which they are all visible, but I don't know why.
Copying and pasting one of these...
I'm having difficulty figuring out how best to set the recordsource of a subreport using vba.
The key point is that the recordsource of the subreport needs to change in response to a changing value in the detail section of the parent report.
Is there any way that this can be done?
Many thanks
Jason
I'm using VB to change the SQL statement in the RecordSource property of a form. I would like the form to save the new SQL when it closes, so that the user goes back to the same record(s) they were at previously when they reopen the form.
Reading through Litwin and Getz it is clear that the...
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.