G
Gary Schuldt
I'm having a little trouble finding documentation on this command. From the
examples I've seen, it looks like it sets a scope for variables whose names
begin with a qualifier like "!" or ".", as in:
With rs
.Edit
!SortKey = strSortKey
!Line1 = varLine1
!Line2 = varLine2
!Line3 = varLine3
.Update
End With
I think the only examples I've seen, however, are lines that BEGIN with a
qualifier mark . Does it work for references within a line, such as?
With rs
strGenus = !Genus
strSpecies = Nz (!Species)
End With
Gary
(BTW, when I googled with "end with", the first useful explanation of it
came in German!
http://www.galileocomputing.de/openbook/vb_net/msvb020003.htm#Rxxmsvb0200032
56WithEndWith
examples I've seen, it looks like it sets a scope for variables whose names
begin with a qualifier like "!" or ".", as in:
With rs
.Edit
!SortKey = strSortKey
!Line1 = varLine1
!Line2 = varLine2
!Line3 = varLine3
.Update
End With
I think the only examples I've seen, however, are lines that BEGIN with a
qualifier mark . Does it work for references within a line, such as?
With rs
strGenus = !Genus
strSpecies = Nz (!Species)
End With
Gary
(BTW, when I googled with "end with", the first useful explanation of it
came in German!
http://www.galileocomputing.de/openbook/vb_net/msvb020003.htm#Rxxmsvb0200032
56WithEndWith