Who can tell me the answer to following problem.
I have one Table called 2products". I splitted the data entry into two subforms.
Now, when I add a new record, and change from subform1 to subform 2, the record is not added yet in subform2. If I close the database and reopen it, it does...
I have a code that looks like this:
Dim db As Database
Dim rs As Recordset
Dim StrsQL As String
Dim SvAr As String
Set db = CurrentDb
SvAr ="A" 'not really "A", actually a value from control, but for ease of explanation I use "A"
StrsQL = "SELECT * From...
Looking at all this Fancy code at tek-tips, I would like to add a progress Bar to my Form. When I want to add one to my form the following error message appears:
" OLE Server not registered.
To register the OLE Server you have to re-install it"
(Someting like that... my Access...
Who knows the solution to following?
I have a form and I have two listboxes on it.
The first one is called "possible selections customer types", and contains "A - Best", "B - Good" and "C - Worse".
The second one is called "selected customer...
Who can help with the following Problem?
I have an Access DB, that queries an AS/400 system. My Script looks like this:
Private Sub GetDataFrom As400()
Dim strSQLOld As String
Dim strSQLNew As String
Dim Dbs As DAO.Database
Dim wRSetOpenOld As Boolean
Dim wRSetOpenNew As Boolean
Dim fld As...
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.