Is there a function in Access that will allow you to retrieve field information if given a column name and a row number?
I've got a table that stores a "series of values" (along with other info about them) like these:
LO1341
LO1342
LO1344
LO1347
etc.
I need some way of searching through the values of the field, and retrieving the value of numbers that aren't used, like LO1343 and LO1345 in the example above. If I can retrieve the values of two consecutive fields, then I can do the VBA coding to determine if they are sequential.
I've got a table that stores a "series of values" (along with other info about them) like these:
LO1341
LO1342
LO1344
LO1347
etc.
I need some way of searching through the values of the field, and retrieving the value of numbers that aren't used, like LO1343 and LO1345 in the example above. If I can retrieve the values of two consecutive fields, then I can do the VBA coding to determine if they are sequential.