-
WSGARYPSWANSON
AskWoody LoungerRick,
Your report should show you the multiple pains separated by comma’s if the data is setup as multivalue. I am not sure what the problem is you are having. Can you attach a stripped down version of your database?
-
WSGARYPSWANSON
AskWoody LoungerRick,
I stopped using switchboards a long time ago as I did not find them very useful. In prior versions of Access there was a limit to how many command buttons that could be used to trigger actions such that you would find people jumping from switchboard to switchboard.
You might find it much easier to create a form and then insert command buttons to do what you want. If you use the wizard, you could insert a command button that opens the report. FWIW, I would recommend staying away from switchboards. If you use a form, you can have the form open when the database opens so it looks like a switchboard.
Now to answer your question. The recordsource on the report is qryVisitsDate. As there is no object in the database with this name, you get the error message when trying to open the report as the recordsource does not exist.
HTH
-
WSGARYPSWANSON
AskWoody LoungerRick,
– Open your database and close all open forms.
– Open your sbfVisits form in design view
– Delete the current pain combo box
– Open the field list
– Select the Paid ID field and drag it into the form and the multivalue list will work as your properties on the Pain ID in the main table are set as a lookup and allows multivalues.You probably created the original combobox before setting your properties to allow for a multivalue field list so the combobox retained the original settings.
HTH
-
WSGARYPSWANSON
AskWoody LoungerRick,
I have been following this string of posts and you basically have two options if you want to sore multiple pain values for a visit.
1. Using the Multivalue list, select the pain or pains a person has per visit and store that in the visit table. (I have attached your database modified slightly that does this) This stores your selected items in one field with commas between each selection. Open your patient form to see this.
2. Create a new table – lets call it TablePains. Fields are ID, VisitNumber, Pain. Link to visit table as a one to many on the visit id. Use a multi select listbox and after selecting the “pains”, use code to go though the data and write it to the table. This way, each selection is stored as a separate value linked to the visit.
Anyway, the attached database shows an example of number 1. HTH
-
WSGARYPSWANSON
AskWoody LoungerRick,
One other question. Your form that has the listbox for pains is tied to the main patient form. Wouldn’t you want this listbox that selects pains to be tied to not only the patient but on a particular visit as I would assume that a patient could have different symptoms or pains on different visits.
The listbox for pains should be tied to the vist table. You might want to move this listbox to the visits form. Just something to think about. -
WSGARYPSWANSON
AskWoody LoungerRick,
John brings up some good points. In looking at your current design, you input patient data into TblPatients. Then you use a one to many relationship to track visits in the table named Visits that is linked back to the patient table via the SocSecNo. Your table PainLevel is used as a lookup to select the PainLevel of the patient for the current visit.
If I understand your request, you want the ability to select one or many Pain Levels for the current patient visit and want to store the data selected. (Correct?)
The question is how to do this? Do you want to use a MultiValue field as the selection that stores the data in a string as choice 1, choice2, choice3? I would not do it this way as it would then be a little more difficult to get a count on patients with a particular pain as the stored data is stored as part of a string. If using a multiselect listbox, you can loop through the values and store the data in a table that links back to the visit table via the visit number and store each pain as a separate value. It would then be easy to use the “pains” selected for further analysis or querying.
Anyway, back to your question. How do you want to obtain the data – via a multivalue listing that stores the data in a string or a multiselect listbox that would store the individual records in a new table linked to the visit as a one to many relationship?
-
WSGARYPSWANSON
AskWoody LoungerRick,
Check out the following link for a review on creating multivalue fields. HTH http://office.microsoft.com/en-us/access/H…=CH100645681033%5B/url%5D
-
WSGARYPSWANSON
AskWoody LoungerJohn,
After re-reading the post, you are absolutely correct. I am going to post a link to the original post that has directions on how to use multivalue fields.
-
WSGARYPSWANSON
AskWoody LoungerThe first step is you are going to need to modify the listbox to a multi-select listbox to be able to select multiple values.
In the form design view, select the properties of the listbox, go to the other tab and set the Multi Select row to extended. This permits you to select multiple values in your listbox. You still need to determine how to get the data where you want.
I am, unfortunately, lost in your description of where you want to write the selections to. Once you make your selections, do you plan to store them in a table linked to the patient ID or other?
This should give you a start. If you search the forum on multi select list boxes you will find many examples of how to get the data selected and store them. Post back if you are stuck.
-
WSGARYPSWANSON
AskWoody LoungerAugust 4, 2008 at 7:44 am in reply to: Incorrect start calculation (MSP 2003/no SP installed) #1119727Michelle,
I am going to assume that you checked and your tasks have a standard finish to start relationship without any lags built into the relationship. There could be any number of items that could cause your issue but without specifics it will be hard to pinpoint.
1. Check to make sure you dont have any lag on your relationships.
2. Check your calendars to make sure they are not set for 24 hour workdays. *
3. You indicate you have not loaded any service packs. 2003 has several service packs which I would recommend installing even if has nothing to do with your problem as they fix many issues.* My guess is it would have to do with the calendars (either base or resource) if this effects many tasks. How are your tasks setup – effort driven, fixed, etc. (Something else to look at)
My recommendation is to load the service packs to see if the error corrects itself. If not, check your calendars. If you still have no luck, post back and we will see if we can help.
-
WSGARYPSWANSON
AskWoody LoungerJuly 23, 2008 at 3:08 am in reply to: Crystal reports with Project (2003 (SP3) and Crystal XI) #1118146I am not sure you can connect directly to project but should be able to save your project to a project database and connect to that. The issue will then be you are able to access the tables but how to get useful information out of it. There is typically a white paper available that reviews project and the table structure so you can get or use a query to derive useful information and use that as the data source. If you go this route, the tables that I have found to be most useful are MSP_TASKS and MSP_TEXT_FIELDS.
Another option would be to run or create an export map to export data to a .csv file or other format readible by crystal to use as the data source. This is a little easier.
What data are you trying to access?
-
WSGARYPSWANSON
AskWoody LoungerTim,
My apologies for taking so long to get back to you. I did review your file, however, I was unable to find your version of Project or figure out how to do what you want in other versions. I wont say it cant be done but I am unable to figure it out.
-
WSGARYPSWANSON
AskWoody LoungerMelanie,
You said that you have a query that gets the total number of people (lets call the field TNP) and I assume you have their total income (call the field TI)
You could do the following in your query to generate your yes/no field: (Assumes TI and TNP are available fields in the query)
IIF(TI > (10400 + (3600 * ([TNP]-1))),-1,0)Basically, this says if the Total Income is greater then the HHS Calculation then yes else no. You can calculate your HHS guidelines by the equation shown. 10400 + (3600 * ([TNP]-1))
HTH
-
WSGARYPSWANSON
AskWoody LoungerHayden,
Try the following.
Select Tools Analyze Documenter
Select Tables Tab and Select the tables you need data on
Select Options, Include for tables selections are unchecked, Include for Fields middle radio button, Include for Indexes as needed and press OK
Select OK to generate the report
With the report open, Select File Export, Choose Excel
This is not pretty but will get the data to excel.HTH
-
WSGARYPSWANSON
AskWoody LoungerTim,
I currently have access to Project 2003 and 2007. I think I may have a version of 2000 running somewhere. I was able to find some old Project 2000 reference books but they dont even review Hammock tasks. I will admit I am a bit rusty as I have not done any scheduling for a few years. However, if you can post a simple stripped down version or make a very small project with at least two hammock tasks in it (using 2000) I will see if I can figure out a way to get the code to update the tasks. (Of course, this assumes I can find a working version of 2000 as well). (I hate being stumped!)
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
2 hours, 42 minutes ago -
Firefox 139
by
Charlie
1 hour, 58 minutes ago -
Who knows what?
by
Will Fastie
28 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
19 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
12 hours, 35 minutes ago -
Misbehaving devices
by
Susan Bradley
2 hours, 27 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
1 day, 6 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
1 hour, 36 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
1 day, 4 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
4 hours, 1 minute ago -
Edge Seems To Be Gaining Weight
by
bbearren
19 hours, 6 minutes ago -
Rufus is available from the MSFT Store
by
PL1
1 day, 3 hours ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
2 days, 6 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
5 hours, 48 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
4 hours, 31 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
2 days, 1 hour ago -
Office gets current release
by
Susan Bradley
2 days, 4 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
3 days, 18 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
3 days, 2 hours ago -
Stop the OneDrive defaults
by
CWBillow
3 days, 19 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
4 days, 5 hours ago -
X Suspends Encrypted DMs
by
Alex5723
4 days, 7 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
4 days, 7 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
4 days, 8 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
4 days, 8 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
3 days, 21 hours ago -
Enabling Secureboot
by
ITguy
4 days, 4 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
4 days, 16 hours ago -
No more rounded corners??
by
CWBillow
4 days, 12 hours ago -
Android 15 and IPV6
by
Win7and10
4 days, 2 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.