Hello,
i have a form that has a cbx that controls two queries, a van profile and a reallocation query. I have buttons that switch each query visible.true/false depending on what i need to see. when i go to the allocation query (which defaults form view) the query pulls in some basic van info from another table and then i can add the reallocation details to a new location.
my issue is this, if i have say 214 that does not have a record in the tblReallocation table, the query loads nice and once i start adding info assigns a reallocationID and saves nice to the table. but then if i open the reallocation query form again, it brings in 214's last record, and if i do a GoToRecord on open then none of the relationship data loads, all fields are blank.
How can i get my criteria to load but the query still go to a new blank ID entry?
i cannot upload the DB but i have attached a picture to help visualize.
thank you
i have a form that has a cbx that controls two queries, a van profile and a reallocation query. I have buttons that switch each query visible.true/false depending on what i need to see. when i go to the allocation query (which defaults form view) the query pulls in some basic van info from another table and then i can add the reallocation details to a new location.
my issue is this, if i have say 214 that does not have a record in the tblReallocation table, the query loads nice and once i start adding info assigns a reallocationID and saves nice to the table. but then if i open the reallocation query form again, it brings in 214's last record, and if i do a GoToRecord on open then none of the relationship data loads, all fields are blank.
How can i get my criteria to load but the query still go to a new blank ID entry?
i cannot upload the DB but i have attached a picture to help visualize.
thank you