Amelia,
This does not appear to the RecordSource of the form OR parts of are
missing. It should end with a semi-colon *;* and I do not see that.
Please
open the form in Design View, go to Properties and at the top where it
say
ReordSource copy/paste that here.
Also, I will say that you have sommited spreadsheet with Access. It
seems
as though your table is set up like and Excel spreadhseet. But we are
going
to work with what we have. BUT that is something you may want to
seriously
consider reviewing and redo your tables.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
this is the record source: SELECT Invoices.[Qty 1], Invoices.[Fee 1],
[qty
1]*[fee 1] AS [Total 1], Invoices.[Qty 2], Invoices.[Fee 2], [qty
2]*[fee
2]
AS [Total 2], Invoices.[Qty 3], Invoices.[Fee 3], [qty 3]*[fee 3] AS
[Total
3], Invoices.[Qty 4], Invoices.[Fee 4], [qty 4]*[fee 4] AS [Total 4],
[total
1]+[total 2]+[total 3]+[total 4] AS Subtotal, IIf([tax
exempt]=True,0,[subtotal]*0.065) AS Tax, [subtotal]+[tax] AS [Total
Due],
Invoices.[Invoice Number], Invoices.PID,
I did have a filter earlier and then I cleared it thinking this was
causing
me not to view the other records. But so far nothing has changed.
Another
thing that is strange is I have a form called "Reciepts" and I have a
command
button that goes back to the invoices, and when I click the command
button
it
asks me for the invoice number like I want it to do, but it goes to a
blank
form even though I know the invoice exists. So I will need to look
into
that
and see if that is causing some of my headaches.
:
Amelia,
Okay then what is the RecordSource of your form and do you have any
filters
applied?
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
I get a new form to fill in. There is a scroll bar on the right
side,
but
that is only to scroll down my current record. I do not see any
previously
entered records. On the bottom where it says how many records, it
says
"Record: 1 of 1" and the first and last record arrows I am able to
use
but
not the previous and next arrow. Also the first and last arrows
don't
go
anywhere.
I am able to add a record, then add a new record and be able to
scroll
through the records I add in one sitting. But if I close out of
the
database
and then go back to add additional records and/or scroll through
previous
records I am unable to see the previous records then.
:
Amelia,
What do you see when you open the RecordSource of your form?
Also, where is the scroll bar? If you have your form set to go
to new
record then it will be scrolled down to the bottom and you will
need
to
scroll up to see your other records.
--
Gina Whipp
"I feel I have been denied critical, need to know,
information!" -
Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
Can you help me and tell me what to fix in my form? I have a
form
set
up
but
once I enter a record in the form and exit the form and then go
back
to
the
form I can not see the record I just entered. I can see it
added it
to
my
table, but I can not see it in the form view. I have the
"continous
form"
selected. Is this not what I want or is there somewhere else I
need
to
set
a
property to be able to see these forms?
I hope that makes sense, please help!