ODBC linked table

B

Barbara

Hello,

I have an ODBC linked table with 3 fields giving me a date: Year - Month -
Day.
I need one date field.
Can I setup a new field in my ODBC table concatenating those 3 fields? I did
it but the field is blank. I would need to give some instruction to update it
and I don't know how!
Perhaps there's a better way to do it!!

Plesase let me know if someone have a solution.
Thank you all.
Barbara
 
D

Douglas J. Steele

What's the DBMS? You might be able to create a view in it that concatenates
the three fields, and link to that view.

Alternatively, create a query in Access based on your linked table, do the
concatenation in the query and use the query rather than the table.
 
B

Barbara

Thank you Douglas,

It worked just fine. By the way, and sorry for the question..... but what's
DBMS???

Thanks again
Barbara
 
D

Douglas J. Steele

Data Base Management System. In other words, are you connecting to, say, SQL
Server or Oracle? (They both support views)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top