View Single Post
  #4  
Old 8th Aug 03, 11:27 AM
robinwilson16 robinwilson16 is offline
Administrator
 
Join Date: Jul 2001
Location: UK
Posts: 903
robinwilson16 will become famous soon enoughrobinwilson16 will become famous soon enough
Sorry but I need help creating the mysql tables

I created all the ones I thought I needed but when I try to add an entry I get:

Quote:

Column count doesn't match value count at row 1
The tables I have are:

Quote:

master_name
-f_name
-l_name
Quote:

address
-address
-city
-state
-zipcode
-add_type
Quote:

telephone
-tel_number
-tel_type
Quote:

fax
-fax_number
-fax_type
Quote:

email
-email
-email_type
Quote:

note
-note
I also tried adding master_id as a primary table on each one but I still get the same error

Thanks for helping, I'm a n00b when it comes to this sort of thing
Reply With Quote