S
scott
hi
I'm trying to make a db interface as 'prat proof' as possible. some people
will want to find and edit their records from the datasheet view, and some
from the form view I have designed
what I would like to do is offer a button on the form view to switch to
datasheet view, and code for a double click on a record on a datasheet view
to switch to a form view for the record clicked on !
with me so far
my questions are
a) can a datasheet even have a double click event ? I can't seem to find a
way to atach one
b) if not, any suggestions for an intuitive method for users to select their
record in datasheet view and get it into form view
c) I can't find a method to switch views. I presume to get from form view to
datasheet view I use the OpenForm method and pass it params, and execute
some close form code at the same time (to close the form down, cluttered
screen etc. etc., we're talking really simple users here !!)
all ideas gratefully recieved
thanks
_scott
I'm trying to make a db interface as 'prat proof' as possible. some people
will want to find and edit their records from the datasheet view, and some
from the form view I have designed
what I would like to do is offer a button on the form view to switch to
datasheet view, and code for a double click on a record on a datasheet view
to switch to a form view for the record clicked on !
with me so far
my questions are
a) can a datasheet even have a double click event ? I can't seem to find a
way to atach one
b) if not, any suggestions for an intuitive method for users to select their
record in datasheet view and get it into form view
c) I can't find a method to switch views. I presume to get from form view to
datasheet view I use the OpenForm method and pass it params, and execute
some close form code at the same time (to close the form down, cluttered
screen etc. etc., we're talking really simple users here !!)
all ideas gratefully recieved
thanks
_scott