Hey guys,
I haev a form from which I have users input data. I would like to have a button when a record is complete and does not need to have any more work done to it. I don't really know where to start. I have a field in the table that signifies whether or not the record is complete. I just don't know how to make the button work with the specific record, for example record number 235. Can anyone offer me some direction? Thanks.
Would I do something along the lines of
OnClick()
Table1.Record_Complete.CurrentRecord() = "Y"
Is there something like CurrentRecord or a similar function?
I haev a form from which I have users input data. I would like to have a button when a record is complete and does not need to have any more work done to it. I don't really know where to start. I have a field in the table that signifies whether or not the record is complete. I just don't know how to make the button work with the specific record, for example record number 235. Can anyone offer me some direction? Thanks.
Would I do something along the lines of
OnClick()
Table1.Record_Complete.CurrentRecord() = "Y"
Is there something like CurrentRecord or a similar function?
Last edited: