BrenoAguiar
IS-IT--Management
Hello again.
How can I, after have a record deleted from a table, have a form opened ready for a new record to be insert? Or better: A form opened in a blank record and a certain data placed in a field. I have the record deleted using:
DoCmd.RunSQL "DELETE FROM [owner's list] WHERE [owner's list].[Computer code] = '" & Me![Computer Code] & "'"
The thing is once this record is deleted, the user needs (mandatory) to add a new record with the same [Computer Code] and that code is whats beeing used as a link criteria.
Thanks again for the ALLWAYS great help you guys give out!
How can I, after have a record deleted from a table, have a form opened ready for a new record to be insert? Or better: A form opened in a blank record and a certain data placed in a field. I have the record deleted using:
DoCmd.RunSQL "DELETE FROM [owner's list] WHERE [owner's list].[Computer code] = '" & Me![Computer Code] & "'"
The thing is once this record is deleted, the user needs (mandatory) to add a new record with the same [Computer Code] and that code is whats beeing used as a link criteria.
Thanks again for the ALLWAYS great help you guys give out!