union query help

  • Thread starter Thread starter davewex
  • Start date Start date
D

davewex

I need to write a query that will take a date from txt box A, an amount
from txt box B, and place the combined value into combo box C.

Each time the A and B are modified I need these new values to go into
C. Please help
 
If you are trying to update a form, then you need to use VBA to do this.
There is a VBA function to add items to a Combobox. Check VBA help. I
think it is itemadd, but it's been awhile since I have needed to use
it.
 
HI,

I think you could also do it if the form were based on a query. One of the
columns in your query would calculate your string. Then refresh your screen
when you leave box B. Should work.

another Dave
 

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

Similar Threads

Union Query 1
Union Query 1
Duplicates in union query 3
Union Query Not work 4
Union Query Asking for Parameter Value 1
Union query 5
Union Query 4
Union Issue 3

Back
Top