J
Joey
Hello all,
I was wondering how does one pass parameters from one form to another
without keeping them both open. I would like to pass one Long ID from
one form to another without using another table to do so. For instance,
I obtain a CustomerID from one form that I use to create the customer;
however, I would like to use that CustomerID (or any CustomerID that a
user selects) to spawn a non-bound form (I'm working in a multi-user
environment). I would like to fill the non-bound fields with data based
on the CustomerID. I know I can pass the parameter as a WHERE statement
in a query; however, query results are not updatable and the fields must
be bound. Is there a way around this? (I don't want to bind the fields
to a query because the user may have to alter the data). I don't mind
programatically filling the fields based on a query. Note: the form
contains fields from various tables all linked with the CustomerID.
Thanks,
Joey.
I was wondering how does one pass parameters from one form to another
without keeping them both open. I would like to pass one Long ID from
one form to another without using another table to do so. For instance,
I obtain a CustomerID from one form that I use to create the customer;
however, I would like to use that CustomerID (or any CustomerID that a
user selects) to spawn a non-bound form (I'm working in a multi-user
environment). I would like to fill the non-bound fields with data based
on the CustomerID. I know I can pass the parameter as a WHERE statement
in a query; however, query results are not updatable and the fields must
be bound. Is there a way around this? (I don't want to bind the fields
to a query because the user may have to alter the data). I don't mind
programatically filling the fields based on a query. Note: the form
contains fields from various tables all linked with the CustomerID.
Thanks,
Joey.