Display bar code in a Form using user input text?
Hi,
Just trying to print bar code with label in report which is okay.
But when try to create a form with one text field and one bar code field, when user input a text the bar code below should change accordingly, I've got trouble changing the bar code field value.
Anyone can help me?
I got this error:
execuation error "2101", input config is invalid for the property
using this statement:
db1.Form1.ActiveXCtl3.Value = txtUserIn.text
TIA
|