473,799 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MultiSelect on a form to generate different records ?

Hi There

Have been on a massive learning curve today creating an Access database
without having even started the software before this morning! All
going well and have learned to create table, forms, queries and even
inter link.

The database records support for a cohort of schools, giving the
ability to give summaries of support by consultant, subject etc. So far
all is going well with data being inputted by way of a school support
"docket".

However......I have one query!

I have set up a seperate form for admin to select a number of schools
attending centrally based training using a multi-select list box. This
will need to generate records in the master table, so we can include
this in our summary reports.

I can get this to work if ONE school is selected, however when
multiple schools are selected it still only creates on record and
leaves the selection blank. Any help?

I would appreciate and idiots guide type answer, as I explained earlier
I have never used Access before today!

Thanks

Darren

Jun 11 '06 #1
6 1927

Dazbear wrote:
Hi There

Have been on a massive learning curve today creating an Access database
without having even started the software before this morning! All
going well and have learned to create table, forms, queries and even
inter link.

The database records support for a cohort of schools, giving the
ability to give summaries of support by consultant, subject etc. So far
all is going well with data being inputted by way of a school support
"docket".

However......I have one query!

I have set up a seperate form for admin to select a number of schools
attending centrally based training using a multi-select list box. This
will need to generate records in the master table, so we can include
this in our summary reports.

I can get this to work if ONE school is selected, however when
multiple schools are selected it still only creates on record and
leaves the selection blank. Any help?

I would appreciate and idiots guide type answer, as I explained earlier
I have never used Access before today!

Thanks

Darren


Lose the listbox. Just use a subform with a combobox. Much easier.
If you absolutely insist on using a listbox, check out
www.mvps.org/access then look up listbox. It'll show you how to
add/filter records based on a listbox.

Jun 11 '06 #2
Would that allow me to create a new record in the master table for
every school selected?

Don't know how to set up sub-forms etc

:O(
pi********@hotm ail.com wrote:
Dazbear wrote:
Hi There

Have been on a massive learning curve today creating an Access database
without having even started the software before this morning! All
going well and have learned to create table, forms, queries and even
inter link.

The database records support for a cohort of schools, giving the
ability to give summaries of support by consultant, subject etc. So far
all is going well with data being inputted by way of a school support
"docket".

However......I have one query!

I have set up a seperate form for admin to select a number of schools
attending centrally based training using a multi-select list box. This
will need to generate records in the master table, so we can include
this in our summary reports.

I can get this to work if ONE school is selected, however when
multiple schools are selected it still only creates on record and
leaves the selection blank. Any help?

I would appreciate and idiots guide type answer, as I explained earlier
I have never used Access before today!

Thanks

Darren


Lose the listbox. Just use a subform with a combobox. Much easier.
If you absolutely insist on using a listbox, check out
www.mvps.org/access then look up listbox. It'll show you how to
add/filter records based on a listbox.


Jun 11 '06 #3

Dazbear wrote:
Would that allow me to create a new record in the master table for
every school selected?

Don't know how to set up sub-forms etc

:O(


Yes, and it's more flexible than mucking with listboxes. That's not to
say that you can't do it with a listbox, it's just harder to do that.

You might want to get a book like the SAMS book on Access for the
version you're using ore the Que one (usu. by Roger Jennings) and have
a read. Either that or tear apart the sample DB.

Jun 11 '06 #4
Thanks Piet.

I am now exploring the DLAST command to see if I can just save time by
having the next record using that form pre-populated with data from the
last. This seems a compromise as I cant even get combis to allow
multi-selection (I know....but I am a noobie).

At the moment I cant get DLAST to do its job, I just get !ERROR in the
fields when moving to the next record. I will have to have a bit more
of a play.

hehe

Thanks for you help


pi********@hotm ail.com wrote:
Dazbear wrote:
Would that allow me to create a new record in the master table for
every school selected?

Don't know how to set up sub-forms etc

:O(


Yes, and it's more flexible than mucking with listboxes. That's not to
say that you can't do it with a listbox, it's just harder to do that.

You might want to get a book like the SAMS book on Access for the
version you're using ore the Que one (usu. by Roger Jennings) and have
a read. Either that or tear apart the sample DB.


Jun 12 '06 #5
Dazbear wrote:
Thanks Piet.

I am now exploring the DLAST command to see if I can just save time by
having the next record using that form pre-populated with data from
the last. This seems a compromise as I cant even get combis to allow
multi-selection (I know....but I am a noobie).

At the moment I cant get DLAST to do its job, I just get !ERROR in the
fields when moving to the next record. I will have to have a bit more
of a play.

hehe


Google these groups on the DFirst and DLast functions. They don't do what you
think they do and are mostly useless.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jun 12 '06 #6
Sorted!

As I only need it to remember the information during the current input
session and not in the future I used a button to create DUPLICATE
RECORD and then edit.

I was trying to make it too complicated (hehe).

Thanks for all of your help.

D


Rick Brandt wrote:
Dazbear wrote:
Thanks Piet.

I am now exploring the DLAST command to see if I can just save time by
having the next record using that form pre-populated with data from
the last. This seems a compromise as I cant even get combis to allow
multi-selection (I know....but I am a noobie).

At the moment I cant get DLAST to do its job, I just get !ERROR in the
fields when moving to the next record. I will have to have a bit more
of a play.

hehe


Google these groups on the DFirst and DLast functions. They don't do what you
think they do and are mostly useless.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Jun 12 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
6359
by: Jon McLean | last post by:
I fear that my question may be elementary, but what I am trying just is not working. I have two tables: tblContacts (Essentially a mailing list. Each contact has an Autonumber ID.) tblContactIssues (Just an issue ID as long integer and ContactID as long integer to correspond with tblContacts. I want to capture multiple issues of interest for each contact)
2
6368
by: Sally | last post by:
I have a simple multiselect listbox with a rowsorce of MemberID, MemberName, SendLetter. SendLetter is a Yes/No field. What is the code to set SendLetter to Yes when the user selects MemberName? I want to do this as the selections are being made not after-the-fact after all selections are made. Thanks! Sally
1
2390
by: Peter | last post by:
Dear all, Could you give me a hint? a) I generate a report from a query table, then I want to use this report to show the total numbers of the customers who buy the goods. There is a string field "choose goods" in the table. Such field only contains either "1" or "". Therefore, I write the IIF function on the report form at the beginning of group row:
1
1985
by: tod4 | last post by:
Hi, My problem: I have query with value klient and product. On my form Im using multiselect box as filter of klient value. Now I would like to use second multiselect on this form for product value selection but only for those value that are filtered by first multiselect. I dont know how to connect selected value klient from first multiselect and value product from query and make it source of multiselect 2. Maybe someone did it before...
3
6827
by: Susan Bricker | last post by:
Greetings. I have three forms that are open at the same time. They are related and cascading. The first form (frmEventAdd) is the anchor. Each event can have many Trials. The second form is frmTrialInfo. Each Trial can have three Classes. The third form is frmClassInfo. These forms are used for update and adding new records. The user displays an event for update (frmEventAdd). Then clicks on a button to display the Trials for that event...
5
2883
by: doncee | last post by:
Please point me in the direction of some good, free web based resources\ documentation for information on developing the multi select list boxes. Have made extensive use of the non-multi list boxes in the past but am having problems locating good info for writing code & using the multi select boxes. BTW am using acc '97. Thanks for your input. dc
3
3629
by: kaosyeti via AccessMonster.com | last post by:
hey... i have an unbound multiselect listbox on a form that i want to use to populate text boxes on that form. so if a user selects the 3rd item in a list of 20, how can i have that item show up in a text box? then, how can i have a second selected item show up in a different text box, without affecting the 1st one? (lboxOptions, txtboxOptions0, txtboxOptions1, etc..) -- Greg Message posted via AccessMonster.com
6
9432
by: Dave | last post by:
On my form I have combo boxes. These combo boxes, after updating them, populate respective listboxes that are located below the combo boxes on the same form. I am trying to use a "generate report" button located on my form to print all of the list box values (that have been updated via selection from combo boxes) from the form to the report. I've tried using a macro with the code: Macro Name: cmdGenerateReport : On Click Action:...
5
4257
by: martin DH | last post by:
Hello, The details are below, but I have a simple form (Form1) with two objects and a "search" command button. When the two objects are cascading combo boxes (the form creates the parameters for a query - Query1), the query returns my results proper. But when the two objects are cascading combo-then-multiselect listbox (the perferred format in this case), the query always returns zero records. Tables: COMPILE (contains the records to be...
0
9543
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10237
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6808
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.