Form not working

D

Dwaine Horton

OK, I created a form with several text boxes unbound and two command buttons.
One command button is to open an external database and store the filepath to
one of the text boxes. The other command box does some DAO to perform a
query and return the result to a text box.

Everything worked fine when I was designing and testing. I then saved my
work and closed Access and now by command box's don't work. I have code in
the click event of the command box.

What gives?
 
J

John W. Vinson

OK, I created a form with several text boxes unbound and two command buttons.
One command button is to open an external database and store the filepath to
one of the text boxes. The other command box does some DAO to perform a
query and return the result to a text box.

Everything worked fine when I was designing and testing. I then saved my
work and closed Access and now by command box's don't work. I have code in
the click event of the command box.

What gives?

Correct the errors in your form or your code.

If you'ld like help doing so, post enough information that someone who isn't
looking over your shoulder might have a chance to help.

Note that data from an unbound form won't be stored anywhere and will just be
gone next time you open the database; information can't be stored *in a form*,
it must be stored in a table.
 
D

Dirk Goldgar

Dwaine Horton said:
OK, I created a form with several text boxes unbound and two command
buttons.
One command button is to open an external database and store the filepath
to
one of the text boxes. The other command box does some DAO to perform a
query and return the result to a text box.

Everything worked fine when I was designing and testing. I then saved my
work and closed Access and now by command box's don't work. I have code
in
the click event of the command box.

What gives?


Answered and resolved in another newsgroup.
 

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