Hello i'm a total newbie in access and i have none experience in VB code. I just click and work in design mode without using vb code, just macros.
I'm working in Access 2010
I have a query that sums up total of values from one table with fixed value in another table
Can someone please help me how to create alert message when i insert a number via form in the table to get warning if the sum is exceeding the value i choose...for example 50...
To be more specific i have an airplane flight database...
and when inserting a new airplane in database, that airplane has already had flight hours.
That is TTSN - Total Time Since New (for expl. 1000 flight hours)
and in another table i have a field for flight hours... (and sum for that field is for expl. 49 flight hours)
so in a query i sum up the value [TTSN] + [totalflighthours] and i get result 1049
Now i need to create alert to warn user when this result exceeds 1049...
I hope someone can help me...thank you!
I'm working in Access 2010
I have a query that sums up total of values from one table with fixed value in another table
Can someone please help me how to create alert message when i insert a number via form in the table to get warning if the sum is exceeding the value i choose...for example 50...
To be more specific i have an airplane flight database...
and when inserting a new airplane in database, that airplane has already had flight hours.
That is TTSN - Total Time Since New (for expl. 1000 flight hours)
and in another table i have a field for flight hours... (and sum for that field is for expl. 49 flight hours)
so in a query i sum up the value [TTSN] + [totalflighthours] and i get result 1049
Now i need to create alert to warn user when this result exceeds 1049...
I hope someone can help me...thank you!