G
GD
Can someone help me get started on a form & query?
I need to design a form that allows multiple rows of data to be pasted in
from a wIntegrate screen (basically, a non-MS, DOS-based app). Potentially,
there could be as many as 100 rows of data resembling:
Rec# MFG Invoice No.... Rec Date Pay Date Receipt Amt Invoice Amt Frt
Amt
1. 110945 06/13/08 07/03/08 72,849.00 67,506.79
0.00
111370 12/04/08 2,329.36
0.00
CMCN34462 07/03/08 -1,084.95
0.00
CMCN34588 08/28/08 -31.50
0.00
RPYCMCN34462 07/10/08 1,084.95
0.00
2. 115666 09/19/08 10/23/08 8,111.53 8,177.21
0.00
3. 116302 10/10/08 10/23/08 1,594.67 1,607.54
0.00
As you can see, these would be pasted in as long text strings. The next
step would be to design a query that would separate these into fields in a
table. What the best way to accomplish this?
Any thoughts?
Thanks!!!
I need to design a form that allows multiple rows of data to be pasted in
from a wIntegrate screen (basically, a non-MS, DOS-based app). Potentially,
there could be as many as 100 rows of data resembling:
Rec# MFG Invoice No.... Rec Date Pay Date Receipt Amt Invoice Amt Frt
Amt
1. 110945 06/13/08 07/03/08 72,849.00 67,506.79
0.00
111370 12/04/08 2,329.36
0.00
CMCN34462 07/03/08 -1,084.95
0.00
CMCN34588 08/28/08 -31.50
0.00
RPYCMCN34462 07/10/08 1,084.95
0.00
2. 115666 09/19/08 10/23/08 8,111.53 8,177.21
0.00
3. 116302 10/10/08 10/23/08 1,594.67 1,607.54
0.00
As you can see, these would be pasted in as long text strings. The next
step would be to design a query that would separate these into fields in a
table. What the best way to accomplish this?
Any thoughts?
Thanks!!!