PC Review


Reply
Thread Tools Rate Thread

Combo Box Won't Permit Choice

 
 
PlarfySoober
Guest
Posts: n/a
 
      5th Jan 2010
I have an Applicant table. I created an input form, probably an arrogant
idea, but anyway, I have one field that I created a combo box for input, for.

The data comes from a separate table, Job Titles. The tables are
interdependent. When I try to choose some titles from Job Titles, whether in
the input form or in the Applicant table itself in input mode, it won't
accept the input and mostly goes back to a single title, Claims Coordinator.

Some titles are accepted, some not. Some go to other titles, but invariably,
most go to Claims Coordinator, for a reason I can't see.

If anyone can suggest anything about the process I've started, please feel
free.

Thanks in advance.

Don.

 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      6th Jan 2010
Does your 'Job Titles' table have a primay key field and does the datatype
match the field in the Applicant table?

--
Build a little, test a little.


"PlarfySoober" wrote:

> I have an Applicant table. I created an input form, probably an arrogant
> idea, but anyway, I have one field that I created a combo box for input, for.
>
> The data comes from a separate table, Job Titles. The tables are
> interdependent. When I try to choose some titles from Job Titles, whether in
> the input form or in the Applicant table itself in input mode, it won't
> accept the input and mostly goes back to a single title, Claims Coordinator.
>
> Some titles are accepted, some not. Some go to other titles, but invariably,
> most go to Claims Coordinator, for a reason I can't see.
>
> If anyone can suggest anything about the process I've started, please feel
> free.
>
> Thanks in advance.
>
> Don.
>

 
Reply With Quote
 
PlarfySoober
Guest
Posts: n/a
 
      6th Jan 2010
Karl,

Thanks for replying.

It has a primary key, and the primary key field <Badge>in Job Titles is
text, while the RecruitingApplicants table's combo box field <Position
Applied For> type is numbers. How THAT happened, I'm afraid I can't answer,
because it uses the contents of the Job Titles' <Job Titles> field, which is
also text.

Tried to change it in RecruitingApplicants table , and found I would have to
first delete the relationship, leading I'm sure to all sorts of complications
and drama.

Don.

"KARL DEWEY" wrote:

> Does your 'Job Titles' table have a primay key field and does the datatype
> match the field in the Applicant table?
>
> --
> Build a little, test a little.
>
>
> "PlarfySoober" wrote:
>
> > I have an Applicant table. I created an input form, probably an arrogant
> > idea, but anyway, I have one field that I created a combo box for input, for.
> >
> > The data comes from a separate table, Job Titles. The tables are
> > interdependent. When I try to choose some titles from Job Titles, whether in
> > the input form or in the Applicant table itself in input mode, it won't
> > accept the input and mostly goes back to a single title, Claims Coordinator.
> >
> > Some titles are accepted, some not. Some go to other titles, but invariably,
> > most go to Claims Coordinator, for a reason I can't see.
> >
> > If anyone can suggest anything about the process I've started, please feel
> > free.
> >
> > Thanks in advance.
> >
> > Don.
> >


 
Reply With Quote
 
PlarfySoober
Guest
Posts: n/a
 
      6th Jan 2010
Karl,

Thanks again. So, given that I have a primary key and it is NOT the same
data type as the combobox; and the combobox somehow has become a number
field; do you have a suggestion for sorting this out?

Trying to change the combobox field back to text resulted, as I said, in a
condition I probably don't understand and didn't look like progress to me.
Unless it's OK to change the data type, keep the data, and everything will be
hunky-dory. I don't know.

Don.


"KARL DEWEY" wrote:

> Does your 'Job Titles' table have a primay key field and does the datatype
> match the field in the Applicant table?
>
> --
> Build a little, test a little.
>
>
> "PlarfySoober" wrote:
>
> > I have an Applicant table. I created an input form, probably an arrogant
> > idea, but anyway, I have one field that I created a combo box for input, for.
> >
> > The data comes from a separate table, Job Titles. The tables are
> > interdependent. When I try to choose some titles from Job Titles, whether in
> > the input form or in the Applicant table itself in input mode, it won't
> > accept the input and mostly goes back to a single title, Claims Coordinator.
> >
> > Some titles are accepted, some not. Some go to other titles, but invariably,
> > most go to Claims Coordinator, for a reason I can't see.
> >
> > If anyone can suggest anything about the process I've started, please feel
> > free.
> >
> > Thanks in advance.
> >
> > Don.
> >

 
Reply With Quote
 
KARL DEWEY
Guest
Posts: n/a
 
      6th Jan 2010
Post the field names and datatype from bothe tables. Post sample data from
both tables.
--
Build a little, test a little.


"PlarfySoober" wrote:

> Karl,
>
> Thanks again. So, given that I have a primary key and it is NOT the same
> data type as the combobox; and the combobox somehow has become a number
> field; do you have a suggestion for sorting this out?
>
> Trying to change the combobox field back to text resulted, as I said, in a
> condition I probably don't understand and didn't look like progress to me.
> Unless it's OK to change the data type, keep the data, and everything will be
> hunky-dory. I don't know.
>
> Don.
>
>
> "KARL DEWEY" wrote:
>
> > Does your 'Job Titles' table have a primay key field and does the datatype
> > match the field in the Applicant table?
> >
> > --
> > Build a little, test a little.
> >
> >
> > "PlarfySoober" wrote:
> >
> > > I have an Applicant table. I created an input form, probably an arrogant
> > > idea, but anyway, I have one field that I created a combo box for input, for.
> > >
> > > The data comes from a separate table, Job Titles. The tables are
> > > interdependent. When I try to choose some titles from Job Titles, whether in
> > > the input form or in the Applicant table itself in input mode, it won't
> > > accept the input and mostly goes back to a single title, Claims Coordinator.
> > >
> > > Some titles are accepted, some not. Some go to other titles, but invariably,
> > > most go to Claims Coordinator, for a reason I can't see.
> > >
> > > If anyone can suggest anything about the process I've started, please feel
> > > free.
> > >
> > > Thanks in advance.
> > >
> > > Don.
> > >

 
Reply With Quote
 
PlarfySoober
Guest
Posts: n/a
 
      6th Jan 2010
Karl,

Thanks for following up. I regret I have gotten both of us so deeply into
this issue. However, your kind offer to look over what I have done may not be
fulfilled if I can't figure out how to "package" the field names. Let's see.

Nope. Tried exporting to a second file, the entire .mdb, but can't see how
to include it here. I apologize.

Don.


"KARL DEWEY" wrote:

> Post the field names and datatype from bothe tables. Post sample data from
> both tables.
> --
> Build a little, test a little.
>
>
> "PlarfySoober" wrote:
>
> > Karl,
> >
> > Thanks again. So, given that I have a primary key and it is NOT the same
> > data type as the combobox; and the combobox somehow has become a number
> > field; do you have a suggestion for sorting this out?
> >
> > Trying to change the combobox field back to text resulted, as I said, in a
> > condition I probably don't understand and didn't look like progress to me.
> > Unless it's OK to change the data type, keep the data, and everything will be
> > hunky-dory. I don't know.
> >
> > Don.
> >
> >
> > "KARL DEWEY" wrote:
> >
> > > Does your 'Job Titles' table have a primay key field and does the datatype
> > > match the field in the Applicant table?
> > >
> > > --
> > > Build a little, test a little.
> > >
> > >
> > > "PlarfySoober" wrote:
> > >
> > > > I have an Applicant table. I created an input form, probably an arrogant
> > > > idea, but anyway, I have one field that I created a combo box for input, for.
> > > >
> > > > The data comes from a separate table, Job Titles. The tables are
> > > > interdependent. When I try to choose some titles from Job Titles, whether in
> > > > the input form or in the Applicant table itself in input mode, it won't
> > > > accept the input and mostly goes back to a single title, Claims Coordinator.
> > > >
> > > > Some titles are accepted, some not. Some go to other titles, but invariably,
> > > > most go to Claims Coordinator, for a reason I can't see.
> > > >
> > > > If anyone can suggest anything about the process I've started, please feel
> > > > free.
> > > >
> > > > Thanks in advance.
> > > >
> > > > Don.
> > > >

 
Reply With Quote
 
KARL DEWEY
Guest
Posts: n/a
 
      7th Jan 2010
Open table in datasheet view and click on the left marging of first record,
copy, and paste in a post. The field names and that record will be pasted.

--
Build a little, test a little.


"PlarfySoober" wrote:

> Karl,
>
> Thanks for following up. I regret I have gotten both of us so deeply into
> this issue. However, your kind offer to look over what I have done may not be
> fulfilled if I can't figure out how to "package" the field names. Let's see.
>
> Nope. Tried exporting to a second file, the entire .mdb, but can't see how
> to include it here. I apologize.
>
> Don.
>
>
> "KARL DEWEY" wrote:
>
> > Post the field names and datatype from bothe tables. Post sample data from
> > both tables.
> > --
> > Build a little, test a little.
> >
> >
> > "PlarfySoober" wrote:
> >
> > > Karl,
> > >
> > > Thanks again. So, given that I have a primary key and it is NOT the same
> > > data type as the combobox; and the combobox somehow has become a number
> > > field; do you have a suggestion for sorting this out?
> > >
> > > Trying to change the combobox field back to text resulted, as I said, in a
> > > condition I probably don't understand and didn't look like progress to me.
> > > Unless it's OK to change the data type, keep the data, and everything will be
> > > hunky-dory. I don't know.
> > >
> > > Don.
> > >
> > >
> > > "KARL DEWEY" wrote:
> > >
> > > > Does your 'Job Titles' table have a primay key field and does the datatype
> > > > match the field in the Applicant table?
> > > >
> > > > --
> > > > Build a little, test a little.
> > > >
> > > >
> > > > "PlarfySoober" wrote:
> > > >
> > > > > I have an Applicant table. I created an input form, probably an arrogant
> > > > > idea, but anyway, I have one field that I created a combo box for input, for.
> > > > >
> > > > > The data comes from a separate table, Job Titles. The tables are
> > > > > interdependent. When I try to choose some titles from Job Titles, whether in
> > > > > the input form or in the Applicant table itself in input mode, it won't
> > > > > accept the input and mostly goes back to a single title, Claims Coordinator.
> > > > >
> > > > > Some titles are accepted, some not. Some go to other titles, but invariably,
> > > > > most go to Claims Coordinator, for a reason I can't see.
> > > > >
> > > > > If anyone can suggest anything about the process I've started, please feel
> > > > > free.
> > > > >
> > > > > Thanks in advance.
> > > > >
> > > > > Don.
> > > > >

 
Reply With Quote
 
PlarfySoober
Guest
Posts: n/a
 
      7th Jan 2010
Karl,

OK, thanks for the direction. Here it is:

Badge PositionAppliedFor Last Name First
Name ReceivedDate InterviewDate Email Address City Postal Code Home
Phone Work Phone Fax
Number SourceName ResumeHighlights GradeResume GradeEducation GradeExperience GradeResidence GradeReliability GradeImpression Explanation CommunicatedInterest CommunicatedRejection PhoneNotes
achau 7 Chau Anna 1/5/2010 1/7/2010 (E-Mail Removed) Westminster 92683 714-360-7233 CSULB
EDUCATION Cal State University, BS Health Care Administration
Expected Graduation: Long Beach BA Economics December
2009 5 9 4 7 5 7 "Great education, not much work experience.

And the other table:

JobTitle Level Manager
Medical Director 01

Experience in communication with students, others." 1/5/2010 "1/5/10
Received phone call. 714-360-7233
1/5/10 Received phone call: Made appt. 1/6/10"


This doesn't come out with very deluxe formatting, but I suppose you have
done this before, and can sort it out.

I very much appreciate your efforts to help me with this. Looking forward to
hearing from you again.

Don.



"KARL DEWEY" wrote:

> Open table in datasheet view and click on the left marging of first record,
> copy, and paste in a post. The field names and that record will be pasted.
>
> --
> Build a little, test a little.
>
>
> "PlarfySoober" wrote:
>
> > Karl,
> >
> > Thanks for following up. I regret I have gotten both of us so deeply into
> > this issue. However, your kind offer to look over what I have done may not be
> > fulfilled if I can't figure out how to "package" the field names. Let's see.
> >
> > Nope. Tried exporting to a second file, the entire .mdb, but can't see how
> > to include it here. I apologize.
> >
> > Don.
> >
> >
> > "KARL DEWEY" wrote:
> >
> > > Post the field names and datatype from bothe tables. Post sample data from
> > > both tables.
> > > --
> > > Build a little, test a little.
> > >
> > >
> > > "PlarfySoober" wrote:
> > >
> > > > Karl,
> > > >
> > > > Thanks again. So, given that I have a primary key and it is NOT the same
> > > > data type as the combobox; and the combobox somehow has become a number
> > > > field; do you have a suggestion for sorting this out?
> > > >
> > > > Trying to change the combobox field back to text resulted, as I said, in a
> > > > condition I probably don't understand and didn't look like progress to me.
> > > > Unless it's OK to change the data type, keep the data, and everything will be
> > > > hunky-dory. I don't know.
> > > >
> > > > Don.
> > > >
> > > >
> > > > "KARL DEWEY" wrote:
> > > >
> > > > > Does your 'Job Titles' table have a primay key field and does the datatype
> > > > > match the field in the Applicant table?
> > > > >
> > > > > --
> > > > > Build a little, test a little.
> > > > >
> > > > >
> > > > > "PlarfySoober" wrote:
> > > > >
> > > > > > I have an Applicant table. I created an input form, probably an arrogant
> > > > > > idea, but anyway, I have one field that I created a combo box for input, for.
> > > > > >
> > > > > > The data comes from a separate table, Job Titles. The tables are
> > > > > > interdependent. When I try to choose some titles from Job Titles, whether in
> > > > > > the input form or in the Applicant table itself in input mode, it won't
> > > > > > accept the input and mostly goes back to a single title, Claims Coordinator.
> > > > > >
> > > > > > Some titles are accepted, some not. Some go to other titles, but invariably,
> > > > > > most go to Claims Coordinator, for a reason I can't see.
> > > > > >
> > > > > > If anyone can suggest anything about the process I've started, please feel
> > > > > > free.
> > > > > >
> > > > > > Thanks in advance.
> > > > > >
> > > > > > Don.
> > > > > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
limit the choice of a combo box based on the choice of another steve goodrich Microsoft Access Getting Started 3 29th May 2006 06:14 PM
VBA code to open dropdown box(s) in XL, permit a choice, then resu =?Utf-8?B?RGVubmlz?= Microsoft Excel Misc 0 26th Feb 2006 06:15 PM
Combo Box1 Choice Enables Combo Box2 HServ Microsoft Access 1 27th Jul 2005 04:56 PM
Re: Limiting names displayed in a combo box based on choice in another combo box Cheryl Fischer Microsoft Access 2 8th Apr 2004 06:11 PM
Update combo box choice based upon another combo box Todd Microsoft Access Getting Started 1 17th Nov 2003 06:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:52 PM.