K
Kass W
In my form, I have automatically calculated Age (from
entered data of Date of Birth); a special "User Name"
using the UCase function with Last Name & First Name (ex:
DOEJOHN); and automatically fill in Zip Code for area
towns using the DLookUp function to a table I made with
area towns and their respective zip codes (I don't need
all the zip codes, just from around our area). I am also
using some Combo Boxes for some info, but wanted the above
items to caluclate automatically if possible. The form
works great and calculates just as I wanted, saving time
and possible error of entry! However you know the
calculated info does not appear in the corresponding table
for me to query from. I understand I can calculate in a
query, but I don't quite get how. I am needing to query
out Patron Information that will include the usual Name,
Address, Phone info., including the Age, User Name, and
Zip Code that my form caluculated for me. I understand
using Queries to select certain info, but don't quite
grasp how to calculate the info. like my form did.
Thanks to anyone who can help me grasp this concept!
entered data of Date of Birth); a special "User Name"
using the UCase function with Last Name & First Name (ex:
DOEJOHN); and automatically fill in Zip Code for area
towns using the DLookUp function to a table I made with
area towns and their respective zip codes (I don't need
all the zip codes, just from around our area). I am also
using some Combo Boxes for some info, but wanted the above
items to caluclate automatically if possible. The form
works great and calculates just as I wanted, saving time
and possible error of entry! However you know the
calculated info does not appear in the corresponding table
for me to query from. I understand I can calculate in a
query, but I don't quite get how. I am needing to query
out Patron Information that will include the usual Name,
Address, Phone info., including the Age, User Name, and
Zip Code that my form caluculated for me. I understand
using Queries to select certain info, but don't quite
grasp how to calculate the info. like my form did.
Thanks to anyone who can help me grasp this concept!