M
marc p
I wonder who could help me with this:
I need the code that:
(1) Eliminates all registers in Table "1_PVSystems" where
field "PV Systems" is blank
(2) Counts remaining number of registers in
Table "1_PVSystems".
(3) Updates this number to Table "9_Autonumber" ,
field "ID" [Long Integer]; which is a table with only one
register and one field, and
(4) Appends value from Table "9_Autonumber" and unique
field "ID" to the firts table "1_PVSystems" and field "ID"
[Autonumber]; which is the primary key.
I would like to do it with code, without having to use
four different queries for eliminating, counting, updating
and appending.
The idea is to eliminate any record where "PV System" is
blank and then to bring back the autonumber key "ID" the
the next value.
Thank you,
Marc p
I need the code that:
(1) Eliminates all registers in Table "1_PVSystems" where
field "PV Systems" is blank
(2) Counts remaining number of registers in
Table "1_PVSystems".
(3) Updates this number to Table "9_Autonumber" ,
field "ID" [Long Integer]; which is a table with only one
register and one field, and
(4) Appends value from Table "9_Autonumber" and unique
field "ID" to the firts table "1_PVSystems" and field "ID"
[Autonumber]; which is the primary key.
I would like to do it with code, without having to use
four different queries for eliminating, counting, updating
and appending.
The idea is to eliminate any record where "PV System" is
blank and then to bring back the autonumber key "ID" the
the next value.
Thank you,
Marc p