Hi,
I have a problem to open a form from another form by setting the Filter for the form to be opened. I want to open that form lets call it formB which depends on two variables 'songId' and 'songOffset'. I am using the following code in the form Load event of formB for one variable:
(intSongOffset = "0" value defined in formA,this
is only for testing here)
Me.Filter = "SongOffset = " & intSongOffset
where intSongOffset will be calculated in another form: formA.
This works fine. But what syntax do I have to use for 2 variables connected by an "AND" - condition. I tried several things but al failed with various error msg's.
Can somebody help
Thanks
Thomas
I have a problem to open a form from another form by setting the Filter for the form to be opened. I want to open that form lets call it formB which depends on two variables 'songId' and 'songOffset'. I am using the following code in the form Load event of formB for one variable:
(intSongOffset = "0" value defined in formA,this
is only for testing here)
Me.Filter = "SongOffset = " & intSongOffset
where intSongOffset will be calculated in another form: formA.
This works fine. But what syntax do I have to use for 2 variables connected by an "AND" - condition. I tried several things but al failed with various error msg's.
Can somebody help
Thanks
Thomas