Hello, How do you check the path for the table links when you open the switchboard of an application? When my switchboard opens, I populate a label Caption with the Owner name and use a Dlookup. This produces an error 3044, "Invalid Path" when my client opens it. I'd like to put code in to...
I need to be able to spell check a single textbox while the user is typing. (exactly like spell check in word). I've found the acCmdSpelling command but it seems to only want to check spelling for what's there (not what's being typed). Also, when it is finished, it starts over at the first...
The following code gives me "Permission Denied" error at the FileCopy statement. Any idea what I'm doing wrong? Any help is appreciated! Maggie
Function gfbackupdatabase() As Boolean
On Error GoTo Err_Backup
'Use this to create a copy of the blank original database
Dim Sourcefile...
Hi, I just tried your suggestion and got the same error message... It almost seams that somehow when I add a new record to CCInventory table that the AutoNumber AlloyID gets corrupted somehow. Do you have any other suggestions. Thanks, Maggie
Hi! I have the following code.........
' Find the record in CCinventory that matches the control.
Set rstccinv = db.OpenRecordset("CCInventory", dbOpenDynaset)
If Not IsNull(Me.txtAlloyIDFK) Then
rstccinv.FindFirst "[alloyid] = " & Me.txtAlloyIDFK.Value
If Not rstccinv.EOF Then...
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.