G
Guest
I have just spent the last hour or so looking through the topics and have
found a few very helpful ones - but I haven't managed to sort my problem out.
I am creating a database for my shipping company - we need to print out
forms with two different contact addresses on - e.g. Consignee and Sender
(amoung other things)
My problem is that I would like these "people" to be housed in one table
because they could at any time be either a Consignee or a Sender so to have
two address tables means having to search/enter/amend data twice.
I have tried to insert the fields onto a form that looks up the names and
inserts the relevant addresses which works - but when I look up the second
address it changes the first one too- therefore they always end up the same!
They seem to be linked somehow, but I can't find a way to unlink them. I
tried using a subform (same result). I tried creating a linked table called
Contact1 which is a mirror image of Contact and it still changed both
sections - am about ready to bin the whole idea.
I am a beginner, and have no VB skills, but am a quick learner!
Am I going about this the right way? Any suggestions would be greatfully
received.
found a few very helpful ones - but I haven't managed to sort my problem out.
I am creating a database for my shipping company - we need to print out
forms with two different contact addresses on - e.g. Consignee and Sender
(amoung other things)
My problem is that I would like these "people" to be housed in one table
because they could at any time be either a Consignee or a Sender so to have
two address tables means having to search/enter/amend data twice.
I have tried to insert the fields onto a form that looks up the names and
inserts the relevant addresses which works - but when I look up the second
address it changes the first one too- therefore they always end up the same!
They seem to be linked somehow, but I can't find a way to unlink them. I
tried using a subform (same result). I tried creating a linked table called
Contact1 which is a mirror image of Contact and it still changed both
sections - am about ready to bin the whole idea.
I am a beginner, and have no VB skills, but am a quick learner!
Am I going about this the right way? Any suggestions would be greatfully
received.