V
Vayse
In my code, I have lines like this
If Me.txtDeprLife.Text > iNumPeriods Then
stSQL = "SELECT * FROM qryPeriodSchedule WHERE DeprDate >= " &
gstfunAmerDate(Me.txtDeprStartDate.Text)
txtDeprLife is a text box bound to AssetsBinding source. txtDeprStartDate is
a datetime picker bound the same way.
Often, I am getting null values for these in my code. If the user edits any
field, none of the text boxes will be null. But they are otherwise.
How do I get around this? Is this some bug?
Thanks
Vayse
If Me.txtDeprLife.Text > iNumPeriods Then
stSQL = "SELECT * FROM qryPeriodSchedule WHERE DeprDate >= " &
gstfunAmerDate(Me.txtDeprStartDate.Text)
txtDeprLife is a text box bound to AssetsBinding source. txtDeprStartDate is
a datetime picker bound the same way.
Often, I am getting null values for these in my code. If the user edits any
field, none of the text boxes will be null. But they are otherwise.
How do I get around this? Is this some bug?
Thanks
Vayse