I am setting certain fields as being required. I would like for the cursor to automatically go to the field that is required, but not filled in. This is what I have so far.
Private Sub txtFirstName_BeforeUpdate(Cancel As Integer)
If IsNull(txtFirstName) Then
'Checks to see if Information has...
Access 97
I have a form with 3 subforms. I want all of the fields in the form(frmName), one field in the 1st subfrm(subfrmSeat), both fields in 2nsubform(subfrmComp), and 5 fields in 3rd subform(subfrmProb) to be required. This form is a data entry form. I have a button that will add the record...
I have a Form(frmName). This form has 3 subforms. subfrmSeat, subfrmComp, subfrmProb
subfrmSeat has 2 fields (podnum, posnum)
subfrmComp has 2 fields (sernum, modnum)
subfrmProb has 11 fields unless you want to know them I wont type them :-)
I can tab through the fields in frmName and into...
Hello all,
I am trying to get a form to open to a new record. I would also like for the form to automatically move to a new record when the last field is filled in. All fields will be required. I know that this is done in VB and I am still trying to learn this also. I have books and have been...
I have a question about this virus. I was just reading a post on it from back in December.
I am using Win95 OSR2 at work, cause they make me.%-( I have to run McAffee AV, prefer Norton's.:-( I did a search for *mtx*.* and came back with several files. But they seem to all relate to Visual...
I want to display LastName and FirstName from a query or table, in a combo box on a form. I want them to show up as LastName, FirstName. I have seen something somewhere about how to do this in the RowSource for the Combo box. For the life of me, I can not remember where I saw it or how to do it...
I am having to learn Access without training. So, at this point I feel really stupid, but here goes. This is for a Help Desk DB that I have to create.
I have finally gotten all of my info grouped the way I think it should go. I have the following tables.
tblName: UserID,First, Last
tblInfo...
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.