Ken,
I read that article and it seems to address my problem. I have a table
of
students, among the fields are tuition and discount. This is for a
private
school. Tuition is a lookuop field with the values coming from the
tuition
rates table and discount is also a lookup field with values selected
from
the
disc rate table. The objective is to be able to change the tuition
rates
and
dscounts and see the effect. I created a query where a new field is
calculated - net:[tuition]*[discount] I am getting some strange
results.
I
am taking an indepth access class at community college and it stumped
the
instructor. Is there a work around for this? I originally used an
Excel
spreadsheet for this, but it is way too complicated for the school
staff
to
use.
:
May we recommend that you not put a lookup field in your table? It
will
only
cause great confusion later on. See this article for more info:
http://www.mvps.org/access/lookupfields.htm
Use a combo box on a form to do what you seek. A form should be used
for
manipulating data that are in tables, or for adding new data manually
to
tables.
--
Ken Snell
<MS ACCESS MVP>
I created a table with dates. In another table I'm trying to create a
lookup
field based on this table. I get the message "You entered an
expression
that
has n invalid reference to the property |".
Does anyone know if you are able to use Date/Time as a lookup?
THANKS!