Kind of new to access. I have 2 queries created from the same table. One query is pertinent patient info name, acct, etc... about 12 fields. The second query is patient name and subtotals for each individual patient. I am trying to join these queries to create one recordsource for my report where I can grab fields from both queries.
I have tried to make it simple but I have been working and seaching for 2 weeks to no avail.
Table(rejections)
query(rejections "source table rejections") (subtotals "source table rejections")
form(rejections "source rejections query")
report(all rejections "source rejections query")
Thanks for any help.
I have tried to make it simple but I have been working and seaching for 2 weeks to no avail.
Table(rejections)
query(rejections "source table rejections") (subtotals "source table rejections")
form(rejections "source rejections query")
report(all rejections "source rejections query")
Thanks for any help.