
Announcements
Hi all,
I currently have an edit form with 'client ID' field which defaults to the company prefix 'XX-'. when a QR code is scanned, the client ID is entered 'XX-1342'. The issue I have, when the form is submitted and I navigate back to the edit form, the ID is still there from the previous client. I have a ResetForm(Form1) in place which clears the rest of the form, just not the ID field.
When I navigate back, I still want the prefix 'XX-' to be there, just not the client ID from the QR reader.
What am I doing wrong?
Thank you 😀
Hi @wlt_2022,
How are you currently setting the Default? If you are using a variable, you may have to set that variable back to its initial XX- value. If you are leveraging the Barcode Reader within the Default, you may have to Reset that control as well.
If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.
Thanks!