That didn't do it either. Even putting the acCmdSave in there you still get the same error. I have tried it in several different places with the same or worse errors. Any more thoughts? Grin. I am still digging.
Allright this may sound like a stupid question....But where do I put it? Grin. I am a novice at this, pretty much feeling my way blindly along. Thanks for the tip though.
This is the code I am using for the form.
Private Sub Thumb_Click()
'Automatic insert
On Error GoTo Err_Thumb_Click
RunCommand acCmdInsertObject
Exit_Thumb_Click:
Exit Sub
Err_Thumb_Click:
Const conErrDoCmdCancelled = 2501
If (Err = conErrDoCmdCancelled)...
Take a look at the sample northwind database. Their order forms and related queries should help you with this situation. I had to do something similar and it helped me.
Private Sub Authorize_Click()
On Error GoTo Err_Authorize_Click
Field = Me!AuthorizationNumber
Field1 = Me!TicketID
If IsNull(Field) = True And IsNull(Field1) = False Then
Randomize
Me!AuthorizationNumber = Int(RND * 1000000000)
Else...
Here is my code...
Private Sub Authorize_Click()
On Error GoTo Err_Authorize_Click
Dim Field As String
Dim Check As Boolean
Field = Me!AuthorizationNumber
Check = IsNull(Field)
If (Check = True) Then
Randomize
Me!AuthorizationNumber = Int(RND *...
hey folks
i'm getting the error ProcessGPOS:Extension Microsoft Disk Quota ProcessGroupPolicy failed status 0x80070002
i've disabled all disk quotas on the workstations that i'm running, all are running w2kpro. i've gone in to the regestry on the server and chandes the default flag to 0x1...
hey guys
i've checked and unchecked the show db window in the startup settings screen...no workie. looked at faq181-1172 looks neet however when i try to inplemant it i get the error after i stop the db that access can't find c:\Documents.mdb, i've looked all through the code and can't find any...
matt,
thanks for the reply.
the internal mic is set at 10.10.1.1,255.0.0.0 and dns is 127.0.0.1. the second nic is auto. when i set up rras i made a dialup interface and pointed it at the 10.10.1.1 nic.
on the win2kpro box i can ping names ping ips. the server when i establish a connection...
i'm sure ya'll are gettin tired of me but, i have configured rras with the wiz on a win2k server have 2 nic boards using demand-dial with an internal modem. i can use and work with the internet on the server when i try to use ie on a win2kpro box with auto detect checked it can't find the...
it shows the red arrow, however when i try to add and use this computer it puts the same config back after i've deleted it, i can't seem to find the reference to rras in regedit any pointers
thanks
winn
can somebody tell me how to manually remove rras, i'm trying to reconfigure from scratch and i go to the rras and disable the server but it won't let me reconfigure it.
thanks
winn
i'm trying to use either ICS or RRAS don't care which one on a small net. have two NICS one has dhcp enabled one does not which one should i use to be local and which one to go to the internet.
lost in the winzone
winn
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.