(Msg. 1) Posted: Fri Oct 16, 2009 11:05 pm
Post subject: Update one table based on entry in another table Archived from groups: microsoft>public>access>reports (more info?)
I am selling and loaning baby carriers.
I need to remove carriers from the Report "Carriers in Library" after they
have been sold. (I.e., when a carrier ID is entered on the SALES table,
change the field "AVAILABLE" from Yes to No on the Carriers table.)
- Likewise, when a carrier ID is entered on the LOANS table, I need the
CARRIERS_AVAILABLE from Yes to No
(Msg. 2) Posted: Sat Oct 17, 2009 12:03 pm
Post subject: Re: Update one table based on entry in another table [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Consider a different approach .......
Add a field named "DateReturned" to the loans table. Create a query named
QryCarrierLoanReturned based on the loans table. Set the DateReturned field
criteria to Null.
Create an unmatched query that finds all the CarrierIDs in the carrier table
that are not in the sales table AND not in QryCarrierLoanReturned. This
query will list all the carriers available for sale or loan. Use this query
for the recordsource for your report.
Steve
santus.DeleteThis@penn.com
"nemawei" <u55528@uwe> wrote in message news:9db4c9643da66@uwe...
>I am selling and loaning baby carriers.
>
> I need to remove carriers from the Report "Carriers in Library" after they
> have been sold. (I.e., when a carrier ID is entered on the SALES table,
> change the field "AVAILABLE" from Yes to No on the Carriers table.)
> - Likewise, when a carrier ID is entered on the LOANS table, I need the
> CARRIERS_AVAILABLE from Yes to No
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum