What script can you use to place on a Form where it will not save the record until you click to save. Where nothing is entered into the table, then it asks you do you want to save. '
Thanks
The images are not linked to the specific employee, that is what i am trying to figure out.
Should I create a field in the table linking to the Path
Thanks
I have a Employee Database. How do I link the Drop Dowm Combo box to display the cooresponding images? Have the pictures in the same folder as the access database.
Thanks
How do I calculate time on a query, I have start time, end time, and lunch on fields. How do I calculate a field on a query that will show total hours?
Thanks
Trying to create a employee database. trying to create time card entry. how do i make a field calculate time?
Is there a sample database that I can use as a template
Thanks
I have a form setup that when i place a number in the field(text field linking to table1.)The subfom pulls up the linked info from table2. How do I make the field from table one a dropdown list pulling from the table, then pulling the information to the subform. Did a combo box, but the...
It is a Text Field control source to the table. Field is"RA#" I Tried
Private Sub Form_BeforeUpdate(Cancel As Integer)
Dim strMSG as String
strMSG = "Please enter a value for YourRequirement"
If Nz(Me.RA#)= 0 Then
MsgBox strMSG
Cancel = True
Me.RA#.SetFocus
End If
However I...
Trying to create a basic Data entry form for returned product. Have tables with the Customers and the product , Transaction, and receiving.
Want to create a form using another table where the RA # is and the QTY, Date, etc.. However having trouble having the form open without the previous...
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.