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...
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...