This helped a bit since now I'm getting just one pop-up box instead of 2. But I'm getting a different one now than what I had before.
I get the following:
"Run-time error '2101': The setting you entered isn't valid for this property"
When I click "Debug", it highlights "Me.Dirty=False"...
I have a form with several required textboxes/comboboxes. I have the following validation code:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Dim ctl As Control
For Each ctl In Me
If ctl.Tag = "*" Then
If IsNull(ctl) Or ctl = "" Then
MsgBox "You must...
Duane, thank you for your help! Changing the field name from Application to App did the trick - it works fine now. Do you know of a good refernce that lists all of Access reserved words?
Thanks again!
thread703-1551246
My table:
Application, Month, Type, Hours
I have a report that displays a sum of Hours by Month and Type - grouped by applications. Works fine. I need to display the same data in an area chart.
I created a graph using the wizard (placed under the "Application Footer". I used...
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.