Hi All!
I have a form that I have created that will print out onto label stock.
This form's record source is a table in the Db that contains a series of MAC addresses.
This is where I run into problems...
I can't seen to figure out how to make just the 'top' (sorted ascending) mac address (a single record) show in the form's text box.
I mean, it does that, but if a user selects the text box and hits the page down key, he/she can scroll through all the addresses in the table (I need to print these in a specific order).
I also need to be able to underlay the 'print' command button in the form header with code that would, once the form printed, delete that mac address from the table (or some similar function so that a single mac address cannot be printed twice).
Can anyone help?
I have a form that I have created that will print out onto label stock.
This form's record source is a table in the Db that contains a series of MAC addresses.
This is where I run into problems...
I can't seen to figure out how to make just the 'top' (sorted ascending) mac address (a single record) show in the form's text box.
I mean, it does that, but if a user selects the text box and hits the page down key, he/she can scroll through all the addresses in the table (I need to print these in a specific order).
I also need to be able to underlay the 'print' command button in the form header with code that would, once the form printed, delete that mac address from the table (or some similar function so that a single mac address cannot be printed twice).
Can anyone help?