Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi,
I'm trying to create a query that gets the fields from a table. My problem is that there are only spots for 16 fields and my table has 24. Is there a way to add more than 16 fields to a query?
Thanks mmcdonal,
I guess I had a bit of a brain fart there. I ended up going into SQL view and adding them into the code. I'm pretty sure your way would be the thing to do though.
Either way works. Its just quick and dirty to use the designer view and keep clicking till you get what you want. SQL Server is that same way. No Query Analyzer for me... most of the time.