I have a main form
2 Buttons on it, Enter and Edit
I have a pop up form, i want its function to depend on which button is pushed.
If i click Enter all the labels are blank and when i click the save function it will save all the data as a new record.
If i click edit the current selected record in a listbox on the mainform
all the information for this record will appear in the labels and able to edit them.
when i click the save function it will save all the data over the exsisting data for that record.
or am i better off just having two different forms?
2 Buttons on it, Enter and Edit
I have a pop up form, i want its function to depend on which button is pushed.
If i click Enter all the labels are blank and when i click the save function it will save all the data as a new record.
If i click edit the current selected record in a listbox on the mainform
all the information for this record will appear in the labels and able to edit them.
when i click the save function it will save all the data over the exsisting data for that record.
or am i better off just having two different forms?