G
Guest
i use a check box in an option group to generate a specific value for a
variable.
using the following code
If Forms![fee sched form]![select region] = 2 Then
Forms![fee sched form]![region var] = "Roch"
End If
If Forms![fee sched form]![select region] = 3 Then
Forms![fee sched form]![region var] = "CNY"
End If
this variable is hidden on the form and value is used a query.
how do i code this, so i can put "*" in the variable and thereby get all
values in the query?
the query code generates like "*" but i do not know how to code via the
forms command
thanks for your help
variable.
using the following code
If Forms![fee sched form]![select region] = 2 Then
Forms![fee sched form]![region var] = "Roch"
End If
If Forms![fee sched form]![select region] = 3 Then
Forms![fee sched form]![region var] = "CNY"
End If
this variable is hidden on the form and value is used a query.
how do i code this, so i can put "*" in the variable and thereby get all
values in the query?
the query code generates like "*" but i do not know how to code via the
forms command
thanks for your help