rossmcl
Programmer
- Apr 18, 2000
- 128
Dim strRecordSource As String
If Forms!fEOD!cmbPositionLevel = "-All-" Then
strRecordSource = "zzzz"
Reports("r".RecordSource = strRecordSource
DoCmd.OpenReport "r", acPreview
Simple question - why doesnt this work - what is the correct code?
THanks a million
If Forms!fEOD!cmbPositionLevel = "-All-" Then
strRecordSource = "zzzz"
Reports("r".RecordSource = strRecordSource
DoCmd.OpenReport "r", acPreview
Simple question - why doesnt this work - what is the correct code?
THanks a million