This is what I have:
Access database with 5 tables; Member Information - contains MemberID,LastName, FirstName, Address etc
Payment Information - contains PaymentID, MemberID, PaymentType, CreditCardNumber, ExpirationDate, etc
Product Table - contains MemberID, ProductID, ProductName, UnitPrice
SalesInformation - contains all of the above information
ShippingInformation - contains ShippingID, MemberID, LastName, FirstName, ShippingAddress, etc.
What I want to do take the relvent information from the Sales Information table and copy it into the corresponding fields in the Payment, Shipping, Product and Sales tables. For example, I want to only type in the Credit card number once and it go into the Payment Information table automatically, and so on and so forth.