Your database needs to specify (i.e. plan) the queries you're going to be using. This means it needs to
- say what the query will be called
- say what fields will be used in it - and which table they will come from
qryInvoice
Csutomer ID - from tblCstomer
BookingID - from tblBookings
etc...
No comments:
Post a Comment