G
grace
Hello, I have te following fields (showing some sample
data)
data)
[JobCode] [AuthStatus] [FTPTStatus] [Headcnt]
1 Atty A FT 2
1 Atty A PT 1
1 Para A FT 3
1 Admin F FT 1
Using the above fields, there can be up to 15
combinations of [JobCode], [AuthStatus], and
[FTPTStatus]. The table I have was exported from an
Excel spreadsheet. I need to insert records into this
table where a combination does not exist and assign a
[Headcnt] of "0". For example, if
1 Atty A FT 2
1 Atty A PT 1
1 Para A FT 3
1 Admin F FT 1
Using the above fields, there can be up to 15
combinations of [JobCode], [AuthStatus], and
[FTPTStatus]. The table I have was exported from an
Excel spreadsheet. I need to insert records into this
table where a combination does not exist and assign a
[Headcnt] of "0". For example, if
1, does not
have a Para, A, PT combination, I need to add a record
with that combination and assign a Headcnt of "0". How
can I query for records that are null in those three
fields and the insert a new reocrd with those assignments.
Hope this makes sense,
Thank you, Grace
have a Para, A, PT combination, I need to add a record
with that combination and assign a Headcnt of "0". How
can I query for records that are null in those three
fields and the insert a new reocrd with those assignments.
Hope this makes sense,
Thank you, Grace