I want to lock a form or a field when a checkbox is equal to YES. Help shows the following for the Enabled property. SetProperty Control Name: txtDescription Property: Enabled
Hi everyone, I'm hoping someone can help me. I'm running a macro that imports a .txt file. Sometimes it takes up to a minute for this file to import completely. I need to know how to keep the next macro from running until this file finishes importing. If you have a VB answer, ...
I have a combo box, which when the user types in a contact name which is not in the list, i want a msgbox saying "Contact not in database, please enter now" then a pop up form [frmContacts] to open up for the user to type the details in.
I am creating a database for admission tickets. The tickets need to be numbered, so I set up an autonumber field and assigned it the Primary Key. I also have a date and time field. My question is...if I enter 1 record for an admission ticket on 3/27/08 at
I currenty have a send object macro, for submitting reports via email attachments(.rtf) which works, however. I want the macro to "pick up" the email address from a field within my db rather then a fixed address set up within the send object properties.