Question about user forms

C

Candee

I'm new to vb programming. I have created a worksheet with a couple of
user forms in it. On the first one, I have created a data entry form.
On the second, I want to be able to call up a record from a data base
and enter additional information that would not have been available at
the time of the original entry, and save it back to the database. Is
this possible?
 
S

steve

Candee,

Just about anything is possible. But you'll need to supply more information
about how the form is to know what record to call up and how you want
it displayed.

Excel has a built in data form under the Data menu. It will display the
data
record by record. Has the ability to jump between records. And input
boxes for the different fields. Maybe that is what you want. And you
could automate it with code. Take a look...
 
C

Candee

Thanks Steve, but that's not quite what I was looking for...I have
posted again, hopefully giving a little more info.

Thanks for trying to help me.
 

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