Ask a Question related to Dreamweaver AppDev, Design and Development.
-
sbowker #1
Multiple Sub Table Entries
I have a table containing information about boats make model price etc
In a seperate table I have the image information
One boat my have more than one image
I want to show a given record but only the first picture
I join the recordsets using a unique identifier
Select *
From tbla, tblb
Where tbl.boatid = tblb.boatid
But if there are three pictures it shows as 3 boats in my repeat region
sbowker Guest
-
AutoComplete with multiple entries
I would like to develop an autocomplete or autosuggest component that is able to take multiple entries in the text input that are separted by commas... -
Deleting duplicate entries from database table
NOTE: The same message is also posted at comp.lang.php, mailing.database.mysql, mysql on July 7. The scenario is as: 1. A table is created 2.... -
Searchin for multiple similar entries.
Hi, I am looking for double entry in my database. So that, for example, if the name bob was listed more than once I would get the name and the... -
Record Insertion Form causes multiple entries
I'm using DMX with PHP / MySQL and the Record Insertion Form from the Application tab. I test the form and check the database only to find that... -
Form - table entries
Hi, Here's how I tackled this. I created an unbound form and added 3 text boxes (text1,2, & 3) to hold the data I want and then a 4th text box...



Reply With Quote

