Form using queries not allowing new records

A

Aaron

Help!

I broke my form again! I know what did it, but I don't know how to fix
it.

Basically, I needed to use queries to calculate a couple of the values
for the forms. I can see that the join type for the queries doesn't
seem to
exist, if I join them to the tables. I can only assume this is just as
bad as having an "indeterminate" join type, as far as disallowing new
records.

So, what can I do about it? Can I create tables from these queries, so
that I can fix the relationships? How?

-Aaron
 
J

Jeff L

You don't necessarily need queries to perform calculations. Often
times you can perform the calculation right on the form itself.
Perhaps if you describe in little more detail what you are doing, it
would be easier to assist you.
 
A

Aaron

Jeff L wrote:
Never mind. I didn't need to use this type of query. I think I FINALLY
learned some Access this time around.
 
Top