Hi,
I am currently working on a database that stores customer details and order details. the back end is SQL Server and the front end is MS Access.
I have recently come across the following problems:
First of all, in one of my order forms (which has a couple of text fields and drop down lists) I am unable to traverse through the text fields using the TAB key.
when I use the TAB to goto the next field it deletes the previously entered data in other fields. how do I specify the order of fields to use the tab key?
secondly, after i have saved a record and I get back to edit, it comes up with a warning saying that the record was previously changed by someone else and it doesnt let me change any field. Having looked into the Lock features I found the following :
1)Default open mode as 'Exclusive'.
2)Default record locking as ' No Locks'
3)Open the database using record level locking.
can anyone help me out with these issues?
I am currently working on a database that stores customer details and order details. the back end is SQL Server and the front end is MS Access.
I have recently come across the following problems:
First of all, in one of my order forms (which has a couple of text fields and drop down lists) I am unable to traverse through the text fields using the TAB key.
when I use the TAB to goto the next field it deletes the previously entered data in other fields. how do I specify the order of fields to use the tab key?
secondly, after i have saved a record and I get back to edit, it comes up with a warning saying that the record was previously changed by someone else and it doesnt let me change any field. Having looked into the Lock features I found the following :
1)Default open mode as 'Exclusive'.
2)Default record locking as ' No Locks'
3)Open the database using record level locking.
can anyone help me out with these issues?