J
Jonathon Mirza
Hi all Im New Here
Ive searched through the forum for step by step instructions on how to make
cascading dropdowens in accsess but have been unable to find any infomation i
can use
I am a student at QAC special needs college
I need to create a set of three casscading dropdown boxes for an ict progect
im working on
im pretty much self tought with computers and understand most things about
computer config in geniral but the movre advanced side to office offten gets
me a bit espeshiallyh when it comes to the coding as i know next to nothing
about vb
if any one could post a step by step guide on creating cascadiong drop dowen
boxes in accsess i would be veryt grateful
on a side note while looking for infomation on how to do the above i came
across a guide on doing it in infopath, wich mentiond using an xml file for
the data src
now from what i understand of xml it is a very usefull thing to use for many
diffrent reasons and due to the scope involved in the ict progect im doing i
have set about creating an xml file. However as with vb i know very littile
xml so i was wandering if any one could check over my code and let me know if
im doing it right
<code><?xml version="1.0" encoding="UTF-8"?>
<ListBoxData>
<Buildings>
<Building>BradBury Centre</Building>
<Building>Karten Centre</Building>
</Buildings>
<Rooms>
<Building>BradBury Centre</Building>
<Room>B101</Room>
<Room>B102</Room>
<Room>B103</Room>
<Room>B110 LRC</Room>
<Building>Karten Center</Building>
<Room>K1</Room>
<Room>K2</Room>
<Room>K3</Room>
</Rooms>
<Computers>
<Room>B110 LRC</Room>
<Computer>User 293</Computer>
<Computer>User 294</Computer>
<Computer>User 295</Computer>
<Computer>User 296</Computer>
<Computer>User 297</Computer>
<Computer>User 298</Computer>
<Computer>User 299</Computer>
<Computer>User 300</Computer>
<Computer>User 301</Computer>
<Computer>User 302</Computer>
</Computers>
</ListBoxData>
</code>
Ive searched through the forum for step by step instructions on how to make
cascading dropdowens in accsess but have been unable to find any infomation i
can use
I am a student at QAC special needs college
I need to create a set of three casscading dropdown boxes for an ict progect
im working on
im pretty much self tought with computers and understand most things about
computer config in geniral but the movre advanced side to office offten gets
me a bit espeshiallyh when it comes to the coding as i know next to nothing
about vb
if any one could post a step by step guide on creating cascadiong drop dowen
boxes in accsess i would be veryt grateful
on a side note while looking for infomation on how to do the above i came
across a guide on doing it in infopath, wich mentiond using an xml file for
the data src
now from what i understand of xml it is a very usefull thing to use for many
diffrent reasons and due to the scope involved in the ict progect im doing i
have set about creating an xml file. However as with vb i know very littile
xml so i was wandering if any one could check over my code and let me know if
im doing it right
<code><?xml version="1.0" encoding="UTF-8"?>
<ListBoxData>
<Buildings>
<Building>BradBury Centre</Building>
<Building>Karten Centre</Building>
</Buildings>
<Rooms>
<Building>BradBury Centre</Building>
<Room>B101</Room>
<Room>B102</Room>
<Room>B103</Room>
<Room>B110 LRC</Room>
<Building>Karten Center</Building>
<Room>K1</Room>
<Room>K2</Room>
<Room>K3</Room>
</Rooms>
<Computers>
<Room>B110 LRC</Room>
<Computer>User 293</Computer>
<Computer>User 294</Computer>
<Computer>User 295</Computer>
<Computer>User 296</Computer>
<Computer>User 297</Computer>
<Computer>User 298</Computer>
<Computer>User 299</Computer>
<Computer>User 300</Computer>
<Computer>User 301</Computer>
<Computer>User 302</Computer>
</Computers>
</ListBoxData>
</code>