G
gr
Hello, I have a form which shows all the documentation
from a device.
The form is based on tblDocu
I want the form to show not only the documents assigned to
the specific device but also to show the docu assigned to
the Category of the device.
in tblDocu I have DocuID as Primary Key and DevID as
Foreign Key from Devices table and CatID as foreign key
from Categories table. The form is a subform and is linked
to the master form with DevID is there a way to linked
doing an "Or" operation so I can link with either DevID or
CatID?? or which is the right way to accomplish what I
want?
thx a lot =)
from a device.
The form is based on tblDocu
I want the form to show not only the documents assigned to
the specific device but also to show the docu assigned to
the Category of the device.
in tblDocu I have DocuID as Primary Key and DevID as
Foreign Key from Devices table and CatID as foreign key
from Categories table. The form is a subform and is linked
to the master form with DevID is there a way to linked
doing an "Or" operation so I can link with either DevID or
CatID?? or which is the right way to accomplish what I
want?
thx a lot =)