Hi guys,
My first post! Wh00!
Okay, I'm a little stuck around these VB Macro's. I've done some C# about a year ago (a bit rusty now) but I understand the concepts so hopefully any technical jargon and methods should be understood fine. I've been asked to put together a Quick (and dirty) little Checking-in system for ticket that are sold. Currently I've created the Database with test records and the front GUI.
I know this should be doable with a embedded Macro as I've managed to do it against 1 record but not multiple... When you scan the Barcode it will appear with the ticket info in the relevant boxes. Then you click the 'BOOK IN' button the Macro currently puts a Flag as "CheckedIn" (or something) in an additional column on the data table.
My issue is this will currently only work with one particular cell I hard coded into the Macro but would want it to move down the data table and Flag each ticket as it's scanned. It will need to iterate through the data depending on the Barcode ID Currently selected.
Hope this makes sense?! I've Linked some screenshots below.
https://www.dropbox.com/s/12ehboa4tmp0cz9/Screen1.PNG
https://www.dropbox.com/s/zps5ia04e0si460/Screen2.PNG?dl=0
Hoping you guys can point me in the right direct to get this nailed. That would be great!
Thank you in advance for any help given and I look forward to hearing your thoughts
My first post! Wh00!
Okay, I'm a little stuck around these VB Macro's. I've done some C# about a year ago (a bit rusty now) but I understand the concepts so hopefully any technical jargon and methods should be understood fine. I've been asked to put together a Quick (and dirty) little Checking-in system for ticket that are sold. Currently I've created the Database with test records and the front GUI.
I know this should be doable with a embedded Macro as I've managed to do it against 1 record but not multiple... When you scan the Barcode it will appear with the ticket info in the relevant boxes. Then you click the 'BOOK IN' button the Macro currently puts a Flag as "CheckedIn" (or something) in an additional column on the data table.
My issue is this will currently only work with one particular cell I hard coded into the Macro but would want it to move down the data table and Flag each ticket as it's scanned. It will need to iterate through the data depending on the Barcode ID Currently selected.
Hope this makes sense?! I've Linked some screenshots below.
https://www.dropbox.com/s/12ehboa4tmp0cz9/Screen1.PNG
https://www.dropbox.com/s/zps5ia04e0si460/Screen2.PNG?dl=0
Hoping you guys can point me in the right direct to get this nailed. That would be great!
Thank you in advance for any help given and I look forward to hearing your thoughts