A few problems...

littlenicky

New member
Local time
Today, 09:47
Joined
May 20, 2003
Messages
7
I have a few questions:

1) I have a few forms, and I have ListBoxes in them, and I want to set the value of one of them to another (these are two different forms). I don't want to combine it to one form or things like that... Should I use a module? If so, tell me how.

2) I want to receive some values from a query (and to store them into variables) to do some advanced calculations, Is that possible?

3) How can I make a TextBox linked to a query, so it will set the text of the TextBox to the one it recieved from the query?

Hope you'll help me, guys.:)
Thanks in advance!
 
Here is a partial answer.

1. You could use a SetValue action in a macro to fill your other record.

3. Sounds like you want a combo box, as a combo box can fill from a query.

HTH
Tom
 

Users who are viewing this thread

Back
Top Bottom