hey guys,
this has probably been asked a million times (and is probably really simple), if you know of a thread explaining this please feel free to point me there
I have done some searches and cant find anything...
I have a query which has the field name 'Scheduled for'
i am trying to do this in VB:
obviously it wont work, i have tried this:
but this too doesnt work...
please help me out here
cheers
Jurgen
this has probably been asked a million times (and is probably really simple), if you know of a thread explaining this please feel free to point me there

I have done some searches and cant find anything...
I have a query which has the field name 'Scheduled for'
i am trying to do this in VB:
Code:
StartDate = rst!Scheduled for
obviously it wont work, i have tried this:
Code:
StartDate = rst!("Scheduled for")
but this too doesnt work...
please help me out here
cheers
Jurgen