Form Cursor location

dynamictiger

Registered User.
Local time
Today, 16:00
Joined
Feb 3, 2002
Messages
270
I have a form in datasheet view that lists all parts.

I am trying to pass in an openargs property, but this makes the datasheet revert to Form view?

I have two problems:

1: I have a combo box called EqModel on the form, that I am trying to search against in a recordset for openargs. This search is not behaving correctly. The hidden column value is not being found and thus appropriate record not returned.

2: I really want my form in datasheet view, so my user can scroll up and down the parts list for the exact part required.

Any help appreciated.
 
As I recall the easy way round this is to make a form with the fields very close together, so that all in all it looks like and operates as a datasheet with the characteristics of a form.
 

Users who are viewing this thread

Back
Top Bottom