G
Guest
I have two tables, one is PaymentMethod and other is PurchaseOrderDetails.
In the PaymentMethods table I have the following fields & data
PaymentTypeID PaymentType
1 (blank)
2 American Express
3 MasterCard
4 Visa
5 Cash
In the PurchaseOrderDetails table I have field name PaymentTypeID. This
field record the ID number when user selects in form.
My question is when I open the PurchaseOrderDetails table for viewing, I
found that all my PaymentTypeID shown one value lower than the actual ID
number. (i.e. 3 should be Mastercard but it is recorded in the PaymentTypeID
as 2 in the PurchaseOrderDetails table instead of 3
Anyone know what is causing this problem?
Thanks
In the PaymentMethods table I have the following fields & data
PaymentTypeID PaymentType
1 (blank)
2 American Express
3 MasterCard
4 Visa
5 Cash
In the PurchaseOrderDetails table I have field name PaymentTypeID. This
field record the ID number when user selects in form.
My question is when I open the PurchaseOrderDetails table for viewing, I
found that all my PaymentTypeID shown one value lower than the actual ID
number. (i.e. 3 should be Mastercard but it is recorded in the PaymentTypeID
as 2 in the PurchaseOrderDetails table instead of 3
Anyone know what is causing this problem?
Thanks