I have a form where there is a list box. It contains file numbers. I click on the file number, it displays information that can be edited. New files can obviously be entered too.
So this form has Add, Edit, Save and Cancel buttons.
Each file, can be bought and sold several times.
I need to record the date of each of these. I was thinking I could have a text box where a sold date could be entered, then added to another list box on the same form.
I am thinking I can save initial information all at once. Then what can I do? Should I have another button that says "Edit Dates" which will only allow me to edit these dates, but not everything else?
My question is how can i do this?
Any ideas and help would be very much appreciated as I am not that great a programmer. Let me know if further clarification is needed.
thanks.
ambra19
So this form has Add, Edit, Save and Cancel buttons.
Each file, can be bought and sold several times.
I need to record the date of each of these. I was thinking I could have a text box where a sold date could be entered, then added to another list box on the same form.
I am thinking I can save initial information all at once. Then what can I do? Should I have another button that says "Edit Dates" which will only allow me to edit these dates, but not everything else?
My question is how can i do this?
Any ideas and help would be very much appreciated as I am not that great a programmer. Let me know if further clarification is needed.
thanks.
ambra19