Hi guys,
Darius here, my apologies for being the newbie and asking the stupid questions, but you don't ask, you dint learn, right?
I have a small database, its still in the development stages. What i'm trying to do, is to put a button on a form, that generates a report, based on a query - that uses the primary key of a membership number field, uses that to create a pdf file that is attached to an email, that in turn can be sent of to where needed.
The thing is that the database is a 1 to 1 relationship, but the query creates a report that contains more that just that one members report attached to it. Why could this be happening? The query criteria read:
forms![the form name]![the unique field] this is the membership nr
I hope all this makes sense... can someone tell me why this is happening.
All I want is for the generated report to only have the information of the current form on it based on the current membership nr.
I might also mention that there are 4 tables in the relationship and that they all use the same membership nr as the primary key, could this be where i'm going wrong.
Like I said, I'm new at this.
Thanks in advance for your time and patients.
Regards Darius
Darius here, my apologies for being the newbie and asking the stupid questions, but you don't ask, you dint learn, right?
I have a small database, its still in the development stages. What i'm trying to do, is to put a button on a form, that generates a report, based on a query - that uses the primary key of a membership number field, uses that to create a pdf file that is attached to an email, that in turn can be sent of to where needed.
The thing is that the database is a 1 to 1 relationship, but the query creates a report that contains more that just that one members report attached to it. Why could this be happening? The query criteria read:
forms![the form name]![the unique field] this is the membership nr
I hope all this makes sense... can someone tell me why this is happening.
All I want is for the generated report to only have the information of the current form on it based on the current membership nr.
I might also mention that there are 4 tables in the relationship and that they all use the same membership nr as the primary key, could this be where i'm going wrong.
Like I said, I'm new at this.
Thanks in advance for your time and patients.
Regards Darius