Edit drop down menu value on print
Hi, if i want to edit value from selected menu drop down item connected to excel database, is the solution to use vb script? if so how to get value from form object?
Regards Lasse
-
How do you want to edit it?
0 -
Hi Peter, i choose an item from the menu below, and i want to have the option to edit value in 'Holdbarhed' before print.
Note: The Field is allready linked to a barcode
0 -
Do you need to edit the database itself or just pull out the value from the database and let the operator overtype it if necessary?
0 -
Sorry the late reply, like you said, i need to pull out the value from the database and let the operator overtype it if necessary
Thank you.
0 -
This should be fairly easy to achieve.
Add the database linked field to your label and then on your Data Entry form add your Text Input Box link this to the this text field on the label. At print time the data entry box will be populated with the default data from that field in the database which the users can overtype.
For example, in the images below both the "1111" text fields are linked to the Code field in my simple database. However the top text field is also linked to the Data Entry Box so that I can overtype the default value:
0
Please sign in to leave a comment.
Comments
5 comments