I have a form with a field list. Once the user selects from that list, he can then proceed to another form to enter additional information. I would like for it to be impossible to continue to the other form without having selected from my field list.
How can I do this??
Thank you
Hello,
Here is my script to handle a few errors on my form before the user can print:
If De > A Then
Msgbox "Your FROM date cannot be bigger than your TO date"
ElseIf IsNull(Mandat) Then
Msgbox "Please enter the file number!"
ElseIf IsNull(De) Then...
Good morning,
I have a form, with a command button that once clicked sends my report directly to the users email so that he or she can email this report.
The following is my code:
DoCmd.SendObject acSendReport, "Requete Lawson", , "xxxx.xxxx@lakdsjfl.com", , , Forms![Requete...
Hi!
I've got a form, where the user can select a division or Group or region and it runs my query "Pivot Table by Division" with these parameters.
Now I have 30 columns in my QRY and I want the user to be able to select up to 5 of these colums (the capital ones, I only put 3 as an example)...
Hi,
i have a report with a map on it. This report is run when the user selects a location. I would like that on my report, whatever location the user selects, theirs a picture of the map.. The picture would change everytime their is a location change.
Can this be done?
I keep getting this stupid stupid stupid error everytime I try to query this table:
Syntax error (missing Operator) in query expression. Here is my query. The thins is I actually created this query with the wizard.....
SELECT [Matrix Query].Division, [Matrix Query].[Succession plan], [Matrix...
Hi,
My db is complete and have selected a form to open on startup(switchboard). For some reason, it doesn't open to full view on the screen...Where can I change this view problem???
Thank you
Hello all,
I've got a list box on a form. When the user selects an item on the list, i wan't my other form to open with whatever was selected in my list box to appear in a text box..
I can get the form to open obviously, I just can't get it to show the item select in the text box...
Hi everyone,
I have a combo box on my switchboard with a list of forms that can be opened. Once the user selects the form they need, I have a command button that opens the form. I've tried adding the if statement to my code, It doesn't seem to work:
Private Sub Command134_Click()
On Error...
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.