REwdee,
I need the save function be automatic. I can't lose too much time on stopping and check and pressing. This is going to be used in high pace area. So if u have any other idea it would be appreciated
I'm having a problem with the lost focus. I have 3 textboxes. I just want to scan in information. The last textbox will save my information and cycle me back to the first textbox. My problem is that once I scan something invalid it will give me a error. The second time I scan the information...
if anyone is would like know how to write a module to save a record using textboxs. here it is I finally got it.
Private Sub Command3_Click()
Dim dbsa As Database, rst As Variant
Set dbsa = CurrentDb
Set rst = dbsa.OpenRecordset("table")
rst.AddNew
rst![field1] =...
can anyone please give me an example of how to write a multiple query. ok this is what I'm trying to do, for example an address book has three fields( name, address, & number). Once I open the form these fields are textboxes on a form. I want to be able to write in anyone of these fields and...
I'm trying to make a simply database, but i haven't done one in over 4 years. I'm using access 2000. I made the tables and all the forms but i don't have an idea how to write two modules. The first one is a save command button, I want to this button to save information from a textbox to a...
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.