View Full Version : Toggle buttons


Laocon
09-13-2001, 12:01 AM
Ok Im back http://www.access-programmers.co.uk/ubb/smile.gif

Still haven't got this to work the way it should so I'm looking in other directions now... Access Help is not helpful, and my access training is booked for January http://www.access-programmers.co.uk/ubb/frown.gif

Please help...

Q: Can you open a form more than once? If not, how do you create a set of toggle buttons that requery...?

I have a main form which displays Month, Customer and an autonumbered 'ForecastID'. I would like to have a toggle button which opens a SF that shows the products/quantities ordered for the Month and Company specified (this bit is fine... the wizards let me make this).
I would like 2 more toggle buttons which requery the SF, but for (Month + 1) and (Month + 2).

Any ideas?