472,353 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Default Value from a Lookup Table

I want to set a default value in a table called "Quotes" for a field
called "Source."

The "Source" field uses a lookup table called "Source" which looks
like this:

Sourceabbrev Sourcename
BX-MI BUILDERS EXCHANGE MI
BX-OH BUILDERS EXCHANGE OH
CNS-MI CONSTRUCTION NEWS SERVICE MI
DODGE-MI DODGE MI
OTHER OTHER
I want the default to be "OTHER". What do I need to enter in the
"Quotes" "Source" default value line to get this to happen?

I need the exact syntax since I've tried several things and keep
getting syntax or other errors.

Thanks,
Tina

Jun 13 '07 #1
4 6554
Hi

Unless I've misunderstood you should just be able to enter "OTHERS" as
the default value

Thanks
James

http://www.jamesoleary.co.uk/

On 13 Jun, 15:52, TinaF <tferr...@uiscorp.comwrote:
I want to set a default value in a table called "Quotes" for a field
called "Source."

The "Source" field uses a lookup table called "Source" which looks
like this:

Sourceabbrev Sourcename
BX-MI BUILDERS EXCHANGE MI
BX-OH BUILDERS EXCHANGE OH
CNS-MI CONSTRUCTION NEWS SERVICE MI
DODGE-MI DODGE MI
OTHER OTHER

I want the default to be "OTHER". What do I need to enter in the
"Quotes" "Source" default value line to get this to happen?

I need the exact syntax since I've tried several things and keep
getting syntax or other errors.

Thanks,
Tina

Jun 13 '07 #2
On Jun 13, 9:57 am, James <james_no_spam_ple...@yahoo.co.ukwrote:
Hi

Unless I've misunderstood you should just be able to enter "OTHERS" as
the default value

Thanks
James

http://www.jamesoleary.co.uk/

On 13 Jun, 15:52, TinaF <tferr...@uiscorp.comwrote:
I want to set a default value in a table called "Quotes" for a field
called "Source."
The "Source" field uses a lookup table called "Source" which looks
like this:
Sourceabbrev Sourcename
BX-MI BUILDERS EXCHANGE MI
BX-OH BUILDERS EXCHANGE OH
CNS-MI CONSTRUCTION NEWS SERVICE MI
DODGE-MI DODGE MI
OTHER OTHER
I want the default to be "OTHER". What do I need to enter in the
"Quotes" "Source" default value line to get this to happen?
I need the exact syntax since I've tried several things and keep
getting syntax or other errors.
Thanks,
Tina
I can't do that because the data type is set to Number. So I'm
assuming it uses the row number. I did not set up this database,
someone else did before I worked here.

Jun 13 '07 #3
TinaF wrote:
On Jun 13, 9:57 am, James <james_no_spam_ple...@yahoo.co.ukwrote:
>>Hi

Unless I've misunderstood you should just be able to enter "OTHERS" as
the default value

Thanks
James

http://www.jamesoleary.co.uk/

On 13 Jun, 15:52, TinaF <tferr...@uiscorp.comwrote:

>>>I want to set a default value in a table called "Quotes" for a field
called "Source."
>>>The "Source" field uses a lookup table called "Source" which looks
like this:
>>>Sourceabbrev Sourcename
BX-MI BUILDERS EXCHANGE MI
BX-OH BUILDERS EXCHANGE OH
CNS-MI CONSTRUCTION NEWS SERVICE MI
DODGE-MI DODGE MI
OTHER OTHER
>>>I want the default to be "OTHER". What do I need to enter in the
"Quotes" "Source" default value line to get this to happen?
>>>I need the exact syntax since I've tried several things and keep
getting syntax or other errors.
>>>Thanks,
Tina


I can't do that because the data type is set to Number. So I'm
assuming it uses the row number. I did not set up this database,
someone else did before I worked here.
Are you saying that the Source field in table Quotes is numeric? And
the SourceTable has no numeric or autonumber fields in it? That seems odd.

Well, if it's using numbers then, look for a quote record with the
Source = Other. I suppose that would be a 4 based on the record list of
the source table you provide. Try 1,2, or 3 if that doesn't work.

I suppose if that's the way it's done you can find some code that
converts the numbers to text and visa versa. Seems like a bunch of work
when one could have used a lookup table. Or perhaps it is using a combo
box to select and the rowsource type (open property sheet of combo,
click Data tab) is ValueList instead of Table/Query. If so, determine
the number associated to the value list.

Jun 13 '07 #4
On Jun 13, 10:57 am, James <james_no_spam_ple...@yahoo.co.ukwrote:
Hi

Unless I've misunderstood you should just be able to enter "OTHERS" as
the default value

Thanks
James

http://www.jamesoleary.co.uk/

On 13 Jun, 15:52, TinaF <tferr...@uiscorp.comwrote:
I want to set a default value in a table called "Quotes" for a field
called "Source."
The "Source" field uses a lookup table called "Source" which looks
like this:
Sourceabbrev Sourcename
BX-MI BUILDERS EXCHANGE MI
BX-OH BUILDERS EXCHANGE OH
CNS-MI CONSTRUCTION NEWS SERVICE MI
DODGE-MI DODGE MI
OTHER OTHER
I want the default to be "OTHER". What do I need to enter in the
"Quotes" "Source" default value line to get this to happen?
I need the exact syntax since I've tried several things and keep
getting syntax or other errors.
Thanks,
Tina- Hide quoted text -

- Show quoted text -
You need to set an autonumber (random) primary key in the Source table
and call it SourceID. Then in the Quote table (table names should be
singular ergo Quote would be the name to use for this table not
Quotes) set the default value of the Status field to the value of the
SourceID for the "Other" source in the Source table. You should
actually change the field name in the Quote table to SourceID since
that is what it stores and not the actual Source name. Welcome to
the world of relational databases. While you are at it set yoru
relationships!
Jun 13 '07 #5

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

Similar topics

1
by: Sophie Bradshaw | last post by:
i was wondering if anyone could possibly help me! i have a ms access database, and in one of the tables, one of the fields is a lookup column,...
2
by: Todd D. Levy | last post by:
I have a table of Country names & Country codes in alphabetical order. This is a lookup table that a number of other tables use to populate the...
3
by: my-wings | last post by:
I've been reading about how evil Lookup fields in tables are, but I've got to be missing something really basic. I know this subject has been...
1
by: Dan | last post by:
I am using an expression in Forms to take several fields of data and convert them to a block of text. For one of the fields set-up as a combo...
1
by: jhicsupt via AccessMonster.com | last post by:
Bear with me – a long question but hopefully someone can help me. I have a survey which uses weighting to get the final score. I’m trying to...
0
by: northshore | last post by:
Hello, I am creating a windows application database. I have a primary table 'Individuals' and a lookup table 'Prefixes.' In the Individuals...
5
by: sensreview | last post by:
Hello, I need help in selecting a value from combo list thru one lookup table and update different table on MS access form. For eg; I have a...
1
by: whitbacon | last post by:
I would like to have the ability to archive values in a lookup table. Take the following example lookup table luid, label, archive 1, green,...
6
by: David Wright | last post by:
Hello Folks I am using Microsoft Access 2000 I would be grateful if someone could help me with “Dlookup”. I tried various methods of writing...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.