G
Guest
Can somebody help me? I have a database and 2 Tables.
One table keeps some information (tblMain))and another is for login.
I have a form to enter record (entry) data into tblMain called frmMain.
In Main Table I have also a field with keeps the username for the user that
addNew record.
When a modification needs for same record I need my procedure to much
UseName(actual loged) whith that is saved in and only then to allow to modify.
In other words: if "SmithP" is owner of a record only SmithP can modify it.
One table keeps some information (tblMain))and another is for login.
I have a form to enter record (entry) data into tblMain called frmMain.
In Main Table I have also a field with keeps the username for the user that
addNew record.
When a modification needs for same record I need my procedure to much
UseName(actual loged) whith that is saved in and only then to allow to modify.
In other words: if "SmithP" is owner of a record only SmithP can modify it.