delete record

Zelo

Registered User.
Local time
Today, 17:31
Joined
Mar 9, 2007
Messages
35
Hello. I have form. and i need to delete record. Id is a unique key. When i have invisible textbox with source of this key, it's very easy to delete record from database. But is it possible to delete record with query without using textbox?
 
I guess, as long as you can add criteria to the delete query to delete the row. Why can you not use the invisible textbox?
 
I guess, as long as you can add criteria to the delete query to delete the row. Why can you not use the invisible textbox?

As I said, I can delete record from the table with hidden textbox with RecordSource of PrimaryKey. But the politic of company - minimaze used controls on the form. So if I have hidden controls, i must remove this controls, because they are locked and not enabled.
 

Users who are viewing this thread

Back
Top Bottom