J
jackie
I have a database that was handed off to me. It shows the sales data for each
state, but instead of having a location field and a sales field, there is
just one field that is all inclusive. The table looks like this:
FLsales
NYsales
CAsales
NJsales
I need the table to look like this.
Location (Florida, New York, Calif.)
Sales
Then I could build a query where the user could enter a location and get the
sales data. (I am using query by form.)
How can I move NYsales to two fields, one called "sales" and one called
'location' and still keep the sales data for that row connected to the New
York location. I have about 15000 rows. Thank you.
state, but instead of having a location field and a sales field, there is
just one field that is all inclusive. The table looks like this:
FLsales
NYsales
CAsales
NJsales
I need the table to look like this.
Location (Florida, New York, Calif.)
Sales
Then I could build a query where the user could enter a location and get the
sales data. (I am using query by form.)
How can I move NYsales to two fields, one called "sales" and one called
'location' and still keep the sales data for that row connected to the New
York location. I have about 15000 rows. Thank you.