A have a form for entering date which uses mscal.ocx (8.0). after user selects a date the form closes a the chosen value is set to textbox value property. and then a window saying "There isn't enough free memory to update the display. Close unneeded programs and try again." Then all...
Sooooo ok, noone answered, so I checked MS knowledge base and here's the answer(Excerpt from Q161016):
NOTE: Even though the Options and Read-Only arguments of the OpenDatabase method are documented in Help as being optional arguments, you must provide them when you use the Connect argument. If...
I have problems with another simply looking thing, but dunno what a monster sleeps inside it.
I need to open a password protected database (MDB file).
The password is "dog".
I'm doing it this way:
Dim db As Database
Set db = OpenDatabase("D:\mydb.mdb"...
OK, let's explain some more:
The child modal form returns a value to the parent form. The child form has to be opened with windowmode:=acDialog, so the code stops execution after docmd.openform ... line and waits until the child dialog form closes.
until i put there that acDialog param, after...
The problem is: I have a modal+popup form which i want to show as a DIALOG form, so I can handle value passed to parent form upon exiting this form.
Normally I open a form to be DIALOG as docmd.openform form_name, ...., windowmode:=acDialog
But how can I achieve this in VBA using object? I...
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.