Message Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two fields in the form I want both of them have same data or tele each other otherwise display a message that the data is incorrect
 
Is this a query question or a form question? The solutions are different. For
instance, there is no way for a query to trigger a message box, while vba code
could be used to display a message box using form events or using control events.

In the query, you could display a calculated field when the two fields were not equal.
 

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

Listing Unlike Items 5
Message Box 1
Crosstab with SQL Backend Problem 9
Like a pivot table 7
Update Query Taking time 3
Union query 5
Access Access Report Works on One Machine but not Another 3
Record omission 2

Back
Top