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...
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"...
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.