I am trying to pop up a box that asks the user a question, adn then he can either answer yes or no, with no other options. What would be the best way to go about this.
Thanks for any help.
I am trying to do a search in access. My code is as follows
Private Sub Command348_Click()
Dim sString As double
On Error GoTo Command348_Err
Me.OrderByOn = False
Me.OrderBy = "Invoice #"
Me.OrderByOn = True
Me.FilterOn = False
sString = Me.Text345
Me.Filter =...
Is there a way to pause the code so that another form can execute. I am using the code to launch a form, collect data in that form, and then it needs to use that data in the rest of the function. The problem I am running into is that the code does not pause while the other form is open, so the...
I am trying to use one form to have the user input a "device number", and then that opens a new form in which that number will be used. I am unable to get the input variable however to actually be usable in the new form. Any help would be great!
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.