Parameter Input box

W

Walter

In trying a different way of logging deliveries to an order, I decided to put
the delivery information directly into the OrderDetails table instead of a
DeliveryLog table. I copied the forms, changed the record source, and
changed the form names in the command button that opens the form. The form
opens from a list box displaying all outstanding orders with the criteria
ListBox0.OrderID = frmDailyDeliveryLog.OrderID. When I try to open the
frmDailyDeliveryLog, I get a parameter input prompt for "DeliveryID". I've
deleted the relationship and the DeliveryLog table from the relationship
window. I've gone through the code in all 3 forms (frmOutstandingOrders,
frmDailyDeliveryLog, and frmDailyDeliveryLogDetails) and can find no
reference to DeliveryID. I've also looked in the queries that are called
from these forms and found nothing. Is there a way to find where this prompt
is coming from?

Thanks!
 

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

Top