What am I missing here?
Private Sub CloseForm_Click()
On Error GoTo Err_CloseForm_Click
Dim STCA As String
If Me!STCA Is Null Then
MsgBox "You Did Not Enter A Short Term Corrective Action", , vbCritical
DoCmd.GoToControl Me.STCA
Else
DoCmd.Close acForm...
I am writing an "Insert Into" query that when activated (via a check box event procedure) will insert into table "NCStatusChange" the following fields:
NCNumber
SystemNumber
DateTime
UserId
via a SQL query. The data is being pulled from a form called "frmEngByNCNo". Unfortunately it is not...
I am using access 2002 xp.
my database is tracking material movement through a production floor.
When a qty is moved from "inspect" to "hold" I am trying to make one transaction count as two by:
click on "hold" button.
systemnumber
partnumber
userid
date
time all autopopulate from current...
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.