User Profile
Collapse
-
One is in a form and the other in subform. Cartons is on the form and CartonCountSubt otal is in the in subform.... -
Stupid question no doubt but is the Canel and Save button the same button? Or are there two? I can't find the save function in teh command button.
Eddie....Leave a comment:
-
Thank you so much for you quick reply. I'll kick it around and see if I can get it to work.
Eddie....Leave a comment:
-
Command button to validate data
Hi,
I'm new to access. I have built a database and a form (along with a subform). Before the command button updates I want it to run a validation. The current VBA code for the button is:
...Code:Option Compare Database Option Explicit Private Sub Command20_Click() On Error GoTo Err_Command20_Click DoCmd.GoToRecord , , acNewRec Exit_Command20_Click: -
Entering multiple records on an access form
Hi,
I'm an access newbie. It is a great little toy and I'm trying to get better at it all the time.
I am trying to design a form that will feed into a table. For example sake we will say there are three fields:
1-Unique #
2-Container #
3-Cartons
The Unique # is a number generated from earlier work and will be manually entered.
The Container # is the # of...
No activity results to display
Show More
Leave a comment: