Hi, I have a data entry form (continuous) based on a single table, which appends data to another table through a query.
This form has several filter buttons which helps the user to find the records he needs to enter data against.
How can I build a button so that when clicked, it will copy&paste a textbox value (on the same form) into all the empty records of a specific field in the filtered form? This is so the used doesn't have to copy a certain order several times over, but can do it via the textbox.
Thanks in advance.
This form has several filter buttons which helps the user to find the records he needs to enter data against.
How can I build a button so that when clicked, it will copy&paste a textbox value (on the same form) into all the empty records of a specific field in the filtered form? This is so the used doesn't have to copy a certain order several times over, but can do it via the textbox.
Thanks in advance.