Imagine a spreadsheet or array or ??? with a row of labels / codes at the top, and a row of labels / codes at the left. I populate this (right now, it's a listbox that has it's rowsource set with a dynamic query constructed in VBA), and the user selects a row / column by clicking.
Many of the...
Here's what works with Excel 2000 VBA, which should be pretty darn close for Access...
Dim xOrigPrtr As String, xNewPrtr As String
xOrigPrtr = Application.ActivePrinter
xNewPrtr = "ReptB on Ne00:"
When you want to change to the new printer you say...
Sorry if this looks like cross-posting, but the Access/VBA group did not respond to this, and it continues to be an issue:
I'm attempting to create an outline number, similar to the work breakdown structure number in Project. This generally looks something like:
0
1
1.1
1.1.1
1.1.3
1.1.3
1.2...
I'm attempting to create an outline number, similar to the work breakdown structure number in Project. This generally looks something like:
0
1
1.1
1.1.1
1.1.3
1.1.3
1.2
etc...
I wrote some code to do this that uses the position in an indexed Access table, plus the "level" indicator...
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.