I am trying to retreive a numerical value that is stored in a table and its just been giving me fits.
Table Name: [Qualification Goals]
Table Fields: [Qualification], [First Tour End Month]
I am trying to retreive the data into a integer where I would select a Record in the table [Qualification Goals] where [Qualification] = "AEF" then have it return the value from [First Tour End Month].
My brains been like puddy so if its something stupid I am overlooking just smack me. Thanks for the help.
BTW trying to do in VBA because I am dealing with a lot of different varibles for other options.
TheChazm
Table Name: [Qualification Goals]
Table Fields: [Qualification], [First Tour End Month]
I am trying to retreive the data into a integer where I would select a Record in the table [Qualification Goals] where [Qualification] = "AEF" then have it return the value from [First Tour End Month].
My brains been like puddy so if its something stupid I am overlooking just smack me. Thanks for the help.
BTW trying to do in VBA because I am dealing with a lot of different varibles for other options.
TheChazm
Comment