Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johngalt69austin

    Why does this keep telling me "Object Required"?

    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...
  2. johngalt69austin

    I need help to troubleshoot an Insert Into SQL statement.

    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...
  3. johngalt69austin

    How do I add new records to one table based on info added to form.

    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...

Part and Inventory Search

Back
Top