Click here to Skip to main content
15,885,767 members
Home / Discussions / Database
   

Database

 
AnswerRe: MySqlDBType equivalent of SqlDBType.Char in routines (stored procedures) Pin
Mycroft Holmes23-Jun-11 11:59
professionalMycroft Holmes23-Jun-11 11:59 
GeneralRe: MySqlDBType equivalent of SqlDBType.Char in routines (stored procedures) Pin
TheComputerMan23-Jun-11 22:15
TheComputerMan23-Jun-11 22:15 
GeneralRe: MySqlDBType equivalent of SqlDBType.Char in routines (stored procedures) Pin
Mycroft Holmes23-Jun-11 22:24
professionalMycroft Holmes23-Jun-11 22:24 
GeneralRe: MySqlDBType equivalent of SqlDBType.Char in routines (stored procedures) Pin
TheComputerMan23-Jun-11 22:57
TheComputerMan23-Jun-11 22:57 
QuestionLookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 11:41
Matt U.21-Jun-11 11:41 
AnswerRe: Lookup Columns In Access via Linked Data? Pin
_Damian S_21-Jun-11 14:34
professional_Damian S_21-Jun-11 14:34 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 14:48
Matt U.21-Jun-11 14:48 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
_Damian S_21-Jun-11 14:52
professional_Damian S_21-Jun-11 14:52 
Nothing to be sorry about - everyone has to start somewhere!!

For a report, you can create a query that has the data as you want it (ie: link the two tables together in the query, and instead of showing the ID field, show the related field that has the text description). This has the benefit that if you export the query to Excel the data will still be formatted correctly.

On a form (this works for a report also, but you don't get the benefit with exporting that I referred to), you would have a query that returns the raw data for the form, then a combo box (with its own query to get the data from the related table). Set the data source for the combo to the related query, and bind the combo box to the id field in the main table.

Hope this points you in the right direction!

GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 15:04
Matt U.21-Jun-11 15:04 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes21-Jun-11 18:36
professionalMycroft Holmes21-Jun-11 18:36 
AnswerRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes21-Jun-11 18:41
professionalMycroft Holmes21-Jun-11 18:41 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.24-Jun-11 16:40
Matt U.24-Jun-11 16:40 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes24-Jun-11 21:17
professionalMycroft Holmes24-Jun-11 21:17 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 1:44
Matt U.25-Jun-11 1:44 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes25-Jun-11 2:31
professionalMycroft Holmes25-Jun-11 2:31 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 8:57
Matt U.25-Jun-11 8:57 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes25-Jun-11 13:02
professionalMycroft Holmes25-Jun-11 13:02 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 13:26
Matt U.25-Jun-11 13:26 
QuestionProblem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
coder21k21-Jun-11 9:42
coder21k21-Jun-11 9:42 
AnswerRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
Eddy Vluggen21-Jun-11 12:23
professionalEddy Vluggen21-Jun-11 12:23 
GeneralRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
coder21k22-Jun-11 3:22
coder21k22-Jun-11 3:22 
AnswerRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
jschell22-Jun-11 9:26
jschell22-Jun-11 9:26 
QuestionRetrieve stored procedures. Each Procedure in separate file. SQL 2008 R2 Pin
MecAlex21-Jun-11 3:07
MecAlex21-Jun-11 3:07 
AnswerRe: Retrieve stored procedures. Each Procedure in separate file. SQL 2008 R2 Pin
UNCRushFan21-Jun-11 5:26
UNCRushFan21-Jun-11 5:26 
QuestionMy Ox is Flummed! Pin
TheComputerMan20-Jun-11 15:18
TheComputerMan20-Jun-11 15:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.