R Ravi Kumar Registered User. Local time Tomorrow, 01:02 Joined Aug 22, 2019 Messages 162 Sep 25, 2019 #1 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 94.8 KB · Views: 129
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
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 03:32 Joined May 7, 2009 Messages 20,363 Sep 25, 2019 #2 check your snapshot, you will notice it in the background form.
R Ravi Kumar Registered User. Local time Tomorrow, 01:02 Joined Aug 22, 2019 Messages 162 Sep 25, 2019 #3 arnelgp said: check your snapshot, you will notice it in the background form. Click to expand... 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 Database2.accdb Database2.accdb 752 KB · Views: 111
arnelgp said: check your snapshot, you will notice it in the background form. Click to expand... 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.
moke123 AWF VIP Local time Today, 15:32 Joined Jan 11, 2013 Messages 4,810 Sep 25, 2019 #4 The form in your snapshot is not in the database you posted. How can your issue be reproduced?
R Ravi Kumar Registered User. Local time Tomorrow, 01:02 Joined Aug 22, 2019 Messages 162 Sep 25, 2019 #5 moke123 said: The form in your snapshot is not in the database you posted. How can your issue be reproduced? Click to expand... oops!!sorry I attached wrong one. here is the correct one. Attachments Database3.accdb Database3.accdb 1.1 MB · Views: 115
moke123 said: The form in your snapshot is not in the database you posted. How can your issue be reproduced? Click to expand... oops!!sorry I attached wrong one. here is the correct one.
R Ravi Kumar Registered User. Local time Tomorrow, 01:02 Joined Aug 22, 2019 Messages 162 Sep 25, 2019 #6 Ravi Kumar said: oops!!sorry I attached wrong one. here is the correct one. Click to expand... hello sir , if this error is gone then my db is completed , so please see it once.
Ravi Kumar said: oops!!sorry I attached wrong one. here is the correct one. Click to expand... hello sir , if this error is gone then my db is completed , so please see it once.
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 03:32 Joined May 7, 2009 Messages 20,363 Sep 25, 2019 #7 you have & (ampersand) in your label. it will not display since & has special meaning (concatenate) in access. I double it (&&) to display properly. Attachments Database3.accdb Database3.accdb 740 KB · Views: 115
you have & (ampersand) in your label. it will not display since & has special meaning (concatenate) in access. I double it (&&) to display properly.
R Ravi Kumar Registered User. Local time Tomorrow, 01:02 Joined Aug 22, 2019 Messages 162 Sep 25, 2019 #8 arnelgp said: you have & (ampersand) in your label. it will not display since & has special meaning (concatenate) in access. I double it (&&) to display properly. Click to expand... Thank you so much sir
arnelgp said: you have & (ampersand) in your label. it will not display since & has special meaning (concatenate) in access. I double it (&&) to display properly. Click to expand... Thank you so much sir