Calculations and updating tables
Ok, i have two tables,
one called Feed Schedule, in it is has Type of food and Quantity Fields
So it looks like this
Type of Food Quantity
Cat Null
Dog 2
Then i have another table called Stock, it has the same layout but has the current stock for each of...
Ok, i have two tables,
one called Feed Schedule, in it is has Type of food and Quantity Fields
So it looks like this
Type of Food Quantity
Cat Null
Dog 2
Then i have another table called Stock, it has the same layout but has...
well i got to show them by making a simple query but i want it to show the ones that are not in the first query, what criteria would i put in? ive uploaded my db.
i got it to work using,
>=[forms]![Edit Booking]![Start date of booking]
&
>=[forms]![Edit Booking]![End date of booking]
But now i have to make a macro that gets the kennel ids from this query and compares it to a table of kennel ids using another query and then display these. but...
creating query that runs in a form when i enter two dates in that gives possible kennels that arn't in use for them dates.
So i have a booking form with start date of the booking and the end date of the booking, then the kennel number that booking will use. but i want the combo box where you...