M
M. Wild
I am trying to generate an autonumber field in a query. I
successfully did this using a select command but it is
very very slow to generate
Uniq_loc: (Select Count(*) from WellPhysicalData Where
[loc_ID] < [WellPhysicalData_a].[Loc_id])+1
I am of the opinion that I need to develop a VB function
to do this in a timely manner but I am a VB novice.
Any help would be greatly appreciated.
Mike
successfully did this using a select command but it is
very very slow to generate
Uniq_loc: (Select Count(*) from WellPhysicalData Where
[loc_ID] < [WellPhysicalData_a].[Loc_id])+1
I am of the opinion that I need to develop a VB function
to do this in a timely manner but I am a VB novice.
Any help would be greatly appreciated.
Mike