When I try to print a form the top heading appears, but the rest of it appears blank, why?
When I try to print a form the top heading appears, but the rest of it appears blank, why?
???Do you have any details? Do you want to post a copy of your db?
I just want to print the one form that is open with the data that I've entered.
The form is set up so when you select a patients name their information and copays show up, but nothing except the header appears when I try to print it.
I also can't really post a copy of the db since it has patients names/info in it already, so it's confidential.
How does your form relate to your tables? Is it a bound form?
Have you considered creating a report from your table(s) data and printing that?
I've tried with the report, but I've only been able to add all the data in a table/query, not the one single record alone in an invoice style.
The form I have, I don't know exactly if it's bound, but uses a drop down menu to select the patient from a patient table with their information, then in other areas their insurance carrier, number, d.o.b., and copay shows up and then there's another drop down where the treatment performed can be selected and the date of the appointment.
The entire point was to create an easier way to print out invoices, but now that the data is all there the fatal flaw is I don't know how to get it to just print what I see.