Search results

  1. L

    Tring to make a select query add/delete records

    Records appears more than once I have a query where the record appears more than once in the output when you run the query. Any suggestions. I could send the sql, but it is quite long.
  2. L

    Tring to make a select query add/delete records

    Not having any luck using Me.Requery What I want to do in a form is add or delete from any existing record. Ex: If I want to add a name to a serial number or delete a name from a serial number. I am using a select query as the data source.
  3. L

    Tring to make a select query add/delete records

    I have a form with a seledt query as the source. I have tried adding a command button to add and one to delete changing the code within it to Me.Requery. I get you can not go to the specified record when I try this. Any suggestions?
Back
Top Bottom