Hello Guys. I very new in this section. I want to make one table in access but i m confused. I want to make table for shipping rates. Here i have attached pics of my form design. Can u please tell how should i design my table???
we could but then we'd need to explain how to use it, you're going about it all the wrong way, ode the application / script first, then produce an interface, at the very first stage of developing a database app is designing the database.
Table: ShippingRates - ID AUTONUMBER - COUNTRY CHAR(2) - MIN_WEIGHT DOUBLE - MAX_WEIGHT DOUBLE - INR DOUBLE - USD DOUBLE A better choice might be to replace the INR and USD columns with a single RATE column in a native currency and then convert to the desired currency. ** How you use/interface the table is left as an exercise.
Hi tandac. Thanx for reply. I have design table successfully. But now i have a problem with APS.Its running fine but i have to write same thing so many times.Can u help me in ASP coding please???