S
SpookiePower
I have a main form that shows info about a customer, and I now have
made a popup form on which I want to make an invoice to the customer
displayed on the mainform. My problem is that the info about the
customer on the mainform, is not showed on the popupform. It is
allways customer number 1 in the database that is displayed on the
popupform no matter what custemor is on the mainform.
In the popupform's source control I have put this sql -
select * from custemortabel. And then by using the Field list,
I have put the fields on the popupform.
I guess that I miss some connection between the mainform and
the popupform.
made a popup form on which I want to make an invoice to the customer
displayed on the mainform. My problem is that the info about the
customer on the mainform, is not showed on the popupform. It is
allways customer number 1 in the database that is displayed on the
popupform no matter what custemor is on the mainform.
In the popupform's source control I have put this sql -
select * from custemortabel. And then by using the Field list,
I have put the fields on the popupform.
I guess that I miss some connection between the mainform and
the popupform.