Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding data to a Crosstab Query

Status
Not open for further replies.

Matf

Programmer
Aug 28, 2003
23
US
Does anybody knows of a way to display data in Crosstab mode but being able to update the fields?
Thanks
 
Can't be done to a crosstab. You can work around this by places the values in either an updateable table or unbound text boxes on a form. Then when done with the updating of the table or form, run a procedure to update the original tables that the crosstab is based on.

Duane
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top