K
Kelly
I am trying to do a database based on a college phone
list and mail box list. I have the following info fields
with some examples
FirstName LastName Title Division Ext Rm# Code
Joe Schmoe ENG Adj Fac 2015 30 AF
Mary Schmoe Sec Admin 2000 10 SS
I have set up two reports (with a lot of help from here),
one with Mailing info...and one with Phone numbers.
The First problem in with the Phone List, set up as fol
(with examples);
Name Ext RM Name Ext RM Name Ext RM
Bookstore 2002 100
Babe, Betty 2010 200
Bain, Exist 2011 201
Here is the format in Design view for me to get this
=[LastName] & "," & [FirstName] EXT RM
For some reason Bo is appearing before Ba (they are all
out of order), but the query is fine!
Is there a way to fix this?????
Next I would like to have text boxes on my report (6-ish)
for AF=[number of AF personnel in Division]
SS=[number of SS personnel in Division]
These appear in the code section of each record.
Can I do this???
Please help....I'm trying to help my mother, and this is
driving me insane!!
Kelly
list and mail box list. I have the following info fields
with some examples
FirstName LastName Title Division Ext Rm# Code
Joe Schmoe ENG Adj Fac 2015 30 AF
Mary Schmoe Sec Admin 2000 10 SS
I have set up two reports (with a lot of help from here),
one with Mailing info...and one with Phone numbers.
The First problem in with the Phone List, set up as fol
(with examples);
Name Ext RM Name Ext RM Name Ext RM
Bookstore 2002 100
Babe, Betty 2010 200
Bain, Exist 2011 201
Here is the format in Design view for me to get this
=[LastName] & "," & [FirstName] EXT RM
For some reason Bo is appearing before Ba (they are all
out of order), but the query is fine!
Is there a way to fix this?????
Next I would like to have text boxes on my report (6-ish)
for AF=[number of AF personnel in Division]
SS=[number of SS personnel in Division]
These appear in the code section of each record.
Can I do this???
Please help....I'm trying to help my mother, and this is
driving me insane!!
Kelly