Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Craig #1
Selecting one particular field in the same Access database table?
Is there a way of selecting one particular field in the same Access
database table?
eg. database is -
ID: 1 2
Region: Alsace Alsace
Dept: Bas-Rhin Haut-Rhin
and I just want to use Haut-Rhin placed in a cell on a table ???
Many thanks
Craig.
Craig Guest
-
Database table field (image) says: 1073741823 required
Can anyone explain what 1073741823 required means in reference to an image contained in an access database table? I am trying to show a series of... -
querying field / column names in Access table
I got great info on my last post, so let's try this one and see if my luck is still good: I have an Access table with about 30+ columns / fields... -
Get database field names from table...
How do you get the database fieldnames from a table and display them using cfquery and cfoutput. Thanks a million... -
Selecting fixed amount of characters from a "memo" fieldin an access database
How would I do this? I don't care but preferably I would like to accomplish this IN the query. But probably it will have to be done after the data... -
adding a hyperlink to a field in a table created from a d/b query (Access)
I've done this using Frontpage; and I know I've done it in the past using just ASP. I'm trying to stay away from FP on this site, so.... Can... -
Julian Roberts #2
Re: Selecting one particular field in the same Access database table?
Try some SQL like
select * from t where Dept='Haut-Rhin'
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Craig #3
Re: Selecting one particular field in the same Access database table?
Hi
Sorry, couldn't get your code to work.
This is what I have so far,
but I can only get it to display the first Dept from the first row of the
Access Table -
SELECT *
FROM AtoZ
WHERE Dept
Any idea's, what it might have to be to get to the second one 'Haut-Rhin'?
Many thanks
Craig.
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:d6l4h3$4fo$1@forums.macromedia.com...> Try some SQL like
>
> select * from t where Dept='Haut-Rhin'
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
>
Craig Guest



Reply With Quote

