Hello Guys,
I Have a continuous form
when i filter the records if i get just one record everything is okey
but if i have many record and i want to run the code for the fourth line it doesnt work
this is my code
and in the same time i have a query that will run based on the same serial number but it doesn't work because it update the first line in the form not the selected
I Have a continuous form
when i filter the records if i get just one record everything is okey
but if i have many record and i want to run the code for the fourth line it doesnt work
this is my code
Code:
DoCmd.OpenReport "rpt_Allow_File", acViewPreview, , "[Serial_Number] = " & [Serial_Number]
and in the same time i have a query that will run based on the same serial number but it doesn't work because it update the first line in the form not the selected