Hi,
Quite new to this; came from... COBOL. Sorry for that. Thanks in advance.
If there are not many records, this works fine. Once we get a relevant set of data, it won't work.
If(
CountRows(
Filter(
Vehicles;
LicensePlate = DataCardValue17.Text
)
);
SubmitForm(EditForm1);;
ResetForm(Form2);
How can we rewrite it to work with any amount of records?
Best.