I'd go with [blue]MazeWorX 's[/blue] suggestion as forms in datasheet view loose alot of functionality. You can use the form wizard to generate the form.
See Ya! . . . . . .
Be sure to see thread181-473997 [blue]Worthy Reading![/blue]
Also faq181-2886 [blue]Worthy Reading![/blue]
Thanks for the replies, I think I am missing something here.
I would like an input table that looks like this, where the asterisk is a field called NValue. The NValue is the data I need to enter so on opening a new table there may not be any data where the asterisk is.
Crop Type Wheat
SNS 0 SNS 1 SNS 2 SNS 3 SNS 4
Soil Type 1 * * * * *
Soil Type 2 * * * * *
Soil Type 3 * * * * *
Soil Type 4 * * * * *
Soil Type 5 * * * * *
Soil Type 6 * * * * *
Soil Type 7 * * * * *
Sorry the asterisks should be under the SNS headings.
I have tried continuous forms but all I can get is
CropType Soil Type SNS Index NValue
Wheat Soil Type 1 0 30
Wheat Soil Type 2 0 40
Wheat Soil Type 3 0 50
Wheat Soil Type 4 0 60
Wheat Soil Type 5 0 70
and so on.
I am not sure what to do next. Do I/can I base the table on a crosstab query?
A crosstab query as you have probably found is not updateable. You can use code and/or queries to append to un-normalized temporary table for editing in the spreadsheet view. You will then need more code and/or queries to update/append to the normalized table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.