I have a spreadsheet that has several blocks of text. I am building a database to store data from many spreadsheets.
here is the basic layout
spreadsheet b1 has the following some general info and two blocks of text:
a1 b1 c1 d1
a2 b2 c2 d2
a3 b3 c3 d3
w1 x1 y1 z1
w2 x2 y2 z2
w3 x3 y3 z3
i have constructed 3 tables to store the data: one for the b data, one for the abcd data and one for the wxyz data. the relationships are 1:many for b:abcd and 1:1 for abcd:wxyz.
so finally my problem. i setup a form as an imput for the users. the form is based on the b table with a subform based on abcd. this works fine. for every b value the user can copy the block of text and paste into the form. however, im not sure how to setup the form to then let the user copy the wxyz block and paste it whole?
hopefully this question makes sense.
thanks in advance for any advice given.
ed.
here is the basic layout
spreadsheet b1 has the following some general info and two blocks of text:
a1 b1 c1 d1
a2 b2 c2 d2
a3 b3 c3 d3
w1 x1 y1 z1
w2 x2 y2 z2
w3 x3 y3 z3
i have constructed 3 tables to store the data: one for the b data, one for the abcd data and one for the wxyz data. the relationships are 1:many for b:abcd and 1:1 for abcd:wxyz.
so finally my problem. i setup a form as an imput for the users. the form is based on the b table with a subform based on abcd. this works fine. for every b value the user can copy the block of text and paste into the form. however, im not sure how to setup the form to then let the user copy the wxyz block and paste it whole?
hopefully this question makes sense.
thanks in advance for any advice given.
ed.