G
Guest
I am trying to create a form that will allow me to vary
the number of input values based on the type of tool I
have. One tool requires 30 (3x10) readings the other
type requires 10 (1x10).
The table structure is
ToolID (PK)
ToolName
Reading
Date default=now()
Am I going about it wrong? Thanks for any help.
the number of input values based on the type of tool I
have. One tool requires 30 (3x10) readings the other
type requires 10 (1x10).
The table structure is
ToolID (PK)
ToolName
Reading
Date default=now()
Am I going about it wrong? Thanks for any help.