I'm Stuck. I need your help

  • Thread starter Thread starter Fred's
  • Start date Start date
F

Fred's

Hi Folks,

I have a continuous entry form that allows us to enter the hour,
container, seal number, comments and quanities to have to be receive
for example today. And I have a check box true/False that when the
value is true, the container is received, so the data dosen't appear
on my report.

My questions are:

Can I use the data that dosen't show on my report to do another
report, i.e. a report tha will show me all the container received?
 
Look's like you're stuck in a tight loop. Newsgroup posts take some time to
appear in the list. Have a little patience.

Sounds like you need a date/time field to record the receipt. Just the hour
won't do it without a date.

If you remove the criteria from the report's RecordSource query, you can
supply it on-the-fly with the OpenReport method which supports a WHERE
argument. That will allow you to choose at runtime whether you want to see
received or not received items and if you use other criteria, include a date
range.
 
Back
Top