A
Anne
I gave up on the reports group because nobody answered. I am therefore
thinking it might be an impossible task in reports to create a report to
look like a spreadsheet.
Perhaps the data can be created with a query which then can fill the fields
in the report which are now empty.
I am trying to create a report, which consists of blocks of data.
I have 6 gangs, which can contain up to 8 columns.
Example:
Gang1, JoistID, JoistID, JoistID
Gang2, JoistID, JoistID, JoistID,JoistId
Gang3, JoistID
Gang4, JoistID, JoistID
When the user enters the JoistID into the form, he then selects enters a
JobID, JoistQty, JoistID and the gangID. The entry creates a new line in the
table PoursDetail.
Is there any way that via code entries can forced to gang 5 or 6 (for the
sample above) to a fake job0 (which I already set up with default joistIDs)?
I did it manually and made the report look really good. I then used
conditional formatting to not show Job0, but it showed the background of the
data.
There are 14 items of data which describes the detail of each joist, that is
why I cannot use a crosstab query.
AP
thinking it might be an impossible task in reports to create a report to
look like a spreadsheet.
Perhaps the data can be created with a query which then can fill the fields
in the report which are now empty.
I am trying to create a report, which consists of blocks of data.
I have 6 gangs, which can contain up to 8 columns.
Example:
Gang1, JoistID, JoistID, JoistID
Gang2, JoistID, JoistID, JoistID,JoistId
Gang3, JoistID
Gang4, JoistID, JoistID
When the user enters the JoistID into the form, he then selects enters a
JobID, JoistQty, JoistID and the gangID. The entry creates a new line in the
table PoursDetail.
Is there any way that via code entries can forced to gang 5 or 6 (for the
sample above) to a fake job0 (which I already set up with default joistIDs)?
I did it manually and made the report look really good. I then used
conditional formatting to not show Job0, but it showed the background of the
data.
There are 14 items of data which describes the detail of each joist, that is
why I cannot use a crosstab query.
AP