datasheet view

S

SuzyQ

My user wants a form in datasheet view as a list to find which record they
want to work with. Upon finding that record, they want to click on a button
to open a form with the record to edit. No editing allowed on the datasheet
view. If they want to add a new record, they need a button for that as well.
How can this be accomplished, because in datasheet view I don't have the
control that I have in form view?
 
G

George

Suzy,

Why not to use a continous form?

You can add a command button in the detail section in order to open the form
for the specified record (filter this form using SQL or a query to show the
current record in your continuous form) and

Add a command button in the header of the continuous form to open the
recording form.

Hope this helps,

GeoreCY

Ο χÏήστης "SuzyQ" έγγÏαψε:
 
J

Jeff Boyce

If the only purpose of the list is to show the list so a record can be
selected, then why not use a list (e.g., a listbox or a combobox)?

In fact, if you use a combobox in the header of the form, you could save
having to add a button to "go to an edit form" -- you could use the
selection in the combobox to "fill" the form you were already on.

JOPO (just one person's opinion)

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
S

SuzyQ

User has specific requirements, but I like this idea. Thanks. The combo box
was rejected by the user, but I didn't even think of using a list box - I
rarely use them. I may try on this project. George's idea will work as
well. Thanks for the ideas.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top