Currently the following is being used to print:
Dim strWhere as string
strWhere = [Plant] = 'Altima Trim & Chassis'"
DoCmd.OpenReport "Budget Reports", acViewPreview, , strWhere
However, it has become to print just the current Record. Therefore, could the "strWhere = " be reworded to only print the current record?
Thank you for any and all help,
PBrown
Dim strWhere as string
strWhere = [Plant] = 'Altima Trim & Chassis'"
DoCmd.OpenReport "Budget Reports", acViewPreview, , strWhere
However, it has become to print just the current Record. Therefore, could the "strWhere = " be reworded to only print the current record?
Thank you for any and all help,
PBrown