I've got a table called parts with the following fields:
part_id
part_name
part_cost
part_complete
part_numbcomp
I have a dataentry form with text-boxes bound to:
part_id
part_name
part_cost
Later I want to be able to input data into part_complete and part_numbcomp via textbox controls. I have all the part numbers that are in the table in a list box on the form. I want to choose which part (via the listbox) and input the part_complete and part_numbcomp into the appropriate record, but I want the textboxes to be empty when the form is opened(I don't want them to display the table data).
Can this be accomplished? If so, could someone help me out?
part_id
part_name
part_cost
part_complete
part_numbcomp
I have a dataentry form with text-boxes bound to:
part_id
part_name
part_cost
Later I want to be able to input data into part_complete and part_numbcomp via textbox controls. I have all the part numbers that are in the table in a list box on the form. I want to choose which part (via the listbox) and input the part_complete and part_numbcomp into the appropriate record, but I want the textboxes to be empty when the form is opened(I don't want them to display the table data).
Can this be accomplished? If so, could someone help me out?