R
Rasho
I have created a database program that provides information for crews and
plants. Part of this program requires a whiteboard similar to a Gantt chart
showing the contractor and location in a column on the left of the page,
dates and day of the week in a row along the top of the page, and the
designated crew corresponding to the contractor and the date.
The data collected is through a cross tab query with common links, the final
link that the cross tab is formed on is a select query that only provides
dates within a set period, and only if the crews are working in that period
i.e days allocated = 10; days working = 9. This means that one date is
missing in the cross tab query.
The date column auto changes from the date the program is opened, and the
crew allocation is based on the date using visual basic code
(Me.Crew_1.ControlSource = Me.Date_1). This works fine when the cross tab
query has a column with the specified date, however when no date exists a
database error appears in the control (#Name?).
Is there a code I can use to skip this database era and resume next so that
the control source era is ignored?
plants. Part of this program requires a whiteboard similar to a Gantt chart
showing the contractor and location in a column on the left of the page,
dates and day of the week in a row along the top of the page, and the
designated crew corresponding to the contractor and the date.
The data collected is through a cross tab query with common links, the final
link that the cross tab is formed on is a select query that only provides
dates within a set period, and only if the crews are working in that period
i.e days allocated = 10; days working = 9. This means that one date is
missing in the cross tab query.
The date column auto changes from the date the program is opened, and the
crew allocation is based on the date using visual basic code
(Me.Crew_1.ControlSource = Me.Date_1). This works fine when the cross tab
query has a column with the specified date, however when no date exists a
database error appears in the control (#Name?).
Is there a code I can use to skip this database era and resume next so that
the control source era is ignored?