Database Problems- Help Me Please

  • Thread starter Thread starter Mel
  • Start date Start date
M

Mel

i have downloaded the database l'ending library' and when i go to open the
check out form a msg comes up saying "check out is not designed to be opened
without a filter"

Any Help would be appriciated

Mel
 
Mel said:
i have downloaded the database l'ending library' and when i go to open the
check out form a msg comes up saying "check out is not designed to be
opened
without a filter"

Any Help would be appriciated

Mel


That form is not designed to be opened directly from the navigation pane,
it's designed to be opened from other forms, for example by clicking in the
Action column in the Asset List form. You'll also need to enter some asset
data first, as the form won't work well if there are no records in the
Assets table.
 
THANKYOU for your help it was more helpful then the last person that replied
to my earlier post. i was also wondering in the asset list there is and
owners column and it add the details added in it to the contact list. i was
wondering if there is a way to send these details to an owners table(if i add
one) so i can use the contact list to show only the people that borrow our
items
 
You don't need another table, you just need a query that joins the Contacts
table to the Current Transactions query. If you look at the existing query
called Assets with Transactions, that shows how do do it, you just need to
join Contacts and Current Transactions instead of Assets and Current
Transactions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top