Simple query Just new to this

j10reeve

New member
Local time
Today, 03:23
Joined
Apr 30, 2011
Messages
2
Hello i have a simple query that i need to happen.

All it is, is i want only to display the stock that needs to be ordered.

like

( if [stock level] < [Usual Stock Level], Then i really need it to display in a report or table or something.)
i Think i am on the right lines but really not sure the 'Stock Level' and ' Usual Stock Level' are then field names in my database.

Hope some one can help, Please:confused::confused::mad::o

Thank you

Jordan
 
Hello i have a simple query that i need to happen.

All it is, is i want only to display the stock that needs to be ordered.

like

( if [stock level] < [Usual Stock Level], Then i really need it to display in a report or table or something.)
i Think i am on the right lines but really not sure the 'Stock Level' and ' Usual Stock Level' are then field names in my database.

Hope some one can help, Please:confused::confused::mad::o

Thank you

Jordan

Jordan welcome to the Forum,

Look to create a query that is based on your table, then select the Stock Level Field in the bottom area of the window you could set some criteria like if the value goes below 10 then look to re order. You can then either run the query or create a report if needed.
 

Users who are viewing this thread

Back
Top Bottom