P
Paul
I am looking for advice for the best way to solve a problem.
I am developing a system to record details of telephony extensions etc at a
workplace, some sites may have 200+.
I am trying to automate entering all the extension numbers, rather than
manually inputting them.
I have a form with two unbound fields, startExt and endExt to input and hold
the first and last extension numbers at site. I need a method to add records
to a table starting with the first number in the startExt box, then separate
records for all the numbers between the start and up to & including the end
number.
The table is called tblExtNo. The extension number needs to be added to a
field called actExtension.
I am developing a system to record details of telephony extensions etc at a
workplace, some sites may have 200+.
I am trying to automate entering all the extension numbers, rather than
manually inputting them.
I have a form with two unbound fields, startExt and endExt to input and hold
the first and last extension numbers at site. I need a method to add records
to a table starting with the first number in the startExt box, then separate
records for all the numbers between the start and up to & including the end
number.
The table is called tblExtNo. The extension number needs to be added to a
field called actExtension.