J
jsmith
I am trying to create a database based off of a medical department charge
sheet. The physical charge sheet is 3 pages long and contains 152 possible
items (checkmarks & quanitites only) that can be done to a single patient.
What I want to do is have a basic data entry person enter the date of
service, patient identifiers, and then check off what was performed. Then I
need to generate a report that shows me the date of service, patient id and
ONLY what was checked off or entered as a quantity. (I thought I could
accomplish this by using the "is not null" criteria, but I am still pulling
blank entries.) Then I need to export that data to an excel spreadsheet
where billing will take place from there by a different department. So I
initially created one table with all 152 possible charges but could never get
a query to run because it is "too complex" or a report to run because I have
"chose too many fields". So I tried splitting the table into 6 smaller
sections and let access add an id# and used that to assign relationships.
Reports didn't work from that either. Then I tried splitting a query into 6
sections and while I can run each query individually (with blank entries even
though I stated "is not null") I still can't get a report to run because of
too many fields. The only thing I can do is export the entire single table
to a huge excel spreadsheet that includes every field whether data is there
or not. It's just not as pretty as I was hoping I could make it!
Also, with regard to form design....I made a really nice and very large form
with my single table. I am afraid to use the 6 divided tables because I want
the data entry person to be forced to go through every field but I don't know
how to link them together to do that. But I am sure the 6 divided tables
must be an easier way. My single table form is so big it spreads across two
pages and tabbing to the second page requires you to move the slide bar to
the right to see it. Any suggestions there???
Thanks so much for your help.
sheet. The physical charge sheet is 3 pages long and contains 152 possible
items (checkmarks & quanitites only) that can be done to a single patient.
What I want to do is have a basic data entry person enter the date of
service, patient identifiers, and then check off what was performed. Then I
need to generate a report that shows me the date of service, patient id and
ONLY what was checked off or entered as a quantity. (I thought I could
accomplish this by using the "is not null" criteria, but I am still pulling
blank entries.) Then I need to export that data to an excel spreadsheet
where billing will take place from there by a different department. So I
initially created one table with all 152 possible charges but could never get
a query to run because it is "too complex" or a report to run because I have
"chose too many fields". So I tried splitting the table into 6 smaller
sections and let access add an id# and used that to assign relationships.
Reports didn't work from that either. Then I tried splitting a query into 6
sections and while I can run each query individually (with blank entries even
though I stated "is not null") I still can't get a report to run because of
too many fields. The only thing I can do is export the entire single table
to a huge excel spreadsheet that includes every field whether data is there
or not. It's just not as pretty as I was hoping I could make it!
Also, with regard to form design....I made a really nice and very large form
with my single table. I am afraid to use the 6 divided tables because I want
the data entry person to be forced to go through every field but I don't know
how to link them together to do that. But I am sure the 6 divided tables
must be an easier way. My single table form is so big it spreads across two
pages and tabbing to the second page requires you to move the slide bar to
the right to see it. Any suggestions there???
Thanks so much for your help.