error message

Ravi Kumar

Registered User.
Local time
Today, 05:19
Joined
Aug 22, 2019
Messages
162
hello all,
i have attached an error image , can anyone please tell me how to solve this ??
this error is showing after selecting from my combobox
 

Attachments

  • error message.jpg
    error message.jpg
    94.8 KB · Views: 129
check your snapshot, you will notice it in the background form.
 
check your snapshot, you will notice it in the background form.

I didn't understand: here are some more details:

1. all other buttons like "save" & "new " are working , but not this combo box.
2. i have attached the database for your reference.
 

Attachments

The form in your snapshot is not in the database you posted. How can your issue be reproduced?
 
you have & (ampersand) in your label.
it will not display since & has special meaning (concatenate) in access.

I double it (&&) to display properly.
 

Attachments

Users who are viewing this thread

Back
Top Bottom