Crosstab Form??

  • Thread starter Thread starter Ayala
  • Start date Start date
A

Ayala

Hi, how can I make a form looking like this:

130% Torque Rated Speed Max Speed
rpm xxxx xxxx xxx
Hz xxx xxx xxxx
U1 xxx xxx xxx
I1 xxx xxx xxx


Where the (xxx) are the user input.
Also how should be the disign of the underlying
table/query?.

Regards,
Ayala
 
At first glance, it seems you can have a table that has the fields:
rpm103Torque, rpmRatedSpeed, rmpMaxSpeed, Hz130Torque, etc...
On the form, just place the 12 fields under the correct headings.

hope that helps.
 
Back
Top