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