i had an access 2000 mdb project that i was linking to tables in a sql server 2000 db. i ran into an issue where access couldn't support some of the queries i needed to run, so i decided to switch to an adp project and use sprocs instead.
i imported my existing forms from the mdb project into the adp project. here's where it gets strange. on one of my forms, which is not using sprocs (data source set to table name), when i insert a new record, i can enter text in the first textbox (which triggers a "beforeInsert" event). but, the moment i change focus to another textbox and type the first letter of input, the form navigates to a prior record and records the keystroke in the textbox for that record!?
this form was imported unmodified from the mdb project. the problem does not occur in the mdb project. the form has an event for "onOpen" and "beforeInsert" only. any thoughts on why this is happening?
thanks,
glenn
i imported my existing forms from the mdb project into the adp project. here's where it gets strange. on one of my forms, which is not using sprocs (data source set to table name), when i insert a new record, i can enter text in the first textbox (which triggers a "beforeInsert" event). but, the moment i change focus to another textbox and type the first letter of input, the form navigates to a prior record and records the keystroke in the textbox for that record!?
this form was imported unmodified from the mdb project. the problem does not occur in the mdb project. the form has an event for "onOpen" and "beforeInsert" only. any thoughts on why this is happening?
thanks,
glenn