Viewing 8 posts - 1 through 8 (of 8 total)
Lowell,
The problem I was having with the Staff table was that every time a record was added and saved, the 2 generated fields by the trigger were blank, which to...
July 30, 2013 at 10:57 am
Lowell,
thanks, I will update the trigger to use the INSERTED table and retest to see if the trigger fires every time.
Kevin
July 30, 2013 at 8:10 am
Lowell,
Sorry, didn't see your inserted code? Would using the INSERTED table get the trigger to fire each time?
July 30, 2013 at 6:47 am
Lowell,
Thanks for the reply. Since I"m knew to SQL, I'm unfamiliar with how to work worth the inserted table. How would I modify my code to use it?...
July 30, 2013 at 6:46 am
SSCrazy, sorry for the miss spell of name 😀
I think we are going to utilize the Identity field and add value to get next barcode numbers / employeeID as in...
July 11, 2013 at 9:51 am
Below is sample data. As I stated the Library and Food Numbers were originally being manually tracked, but they are just an auto increment by 1 when a...
July 10, 2013 at 2:54 pm
Gail,
I'm not sure that would work either. The employee number is a 7 digit number and 1 barcode is only 4 digits and the other is 12 digits....
July 10, 2013 at 12:44 pm
Gail, thanks, I was going to do some testing on controlling it myself. Unfortunately, there is no was to use the Identity field to calculate off of. ...
July 10, 2013 at 12:01 pm
Viewing 8 posts - 1 through 8 (of 8 total)