I
InternRyan
I have set up a pretty simple db. One table with a list of people as a
primary key (lastname,firstname) and then connected it to a table of expenses
connected to those people, rental cars and hotel rooms mostly. I wanted to
make the connection between the two the names which is why I made it one
field instead of a last name field and a first name field. I created a search
using a query that had [name] as criteria. I would like to be able to search
for just powers instead of Powers,John and so I dont miss a Powers,John D
entry accidentally. I wonder if this isn't a bigger problem than I think
because *seperate issue* the way things are right now if someone isnt in the
names database and you try to add an expense you have to stop and add them to
the names database. I hope that made some sort of sense. Thanks for any help.
Ryan
primary key (lastname,firstname) and then connected it to a table of expenses
connected to those people, rental cars and hotel rooms mostly. I wanted to
make the connection between the two the names which is why I made it one
field instead of a last name field and a first name field. I created a search
using a query that had [name] as criteria. I would like to be able to search
for just powers instead of Powers,John and so I dont miss a Powers,John D
entry accidentally. I wonder if this isn't a bigger problem than I think
because *seperate issue* the way things are right now if someone isnt in the
names database and you try to add an expense you have to stop and add them to
the names database. I hope that made some sort of sense. Thanks for any help.
Ryan