I made a queiry. but every data show in this queiry double. I mean every data show two time in this queiry. why this problem occured. any body help me please.
abu taher 34 Practically a Posting Shark
Recommended Answers
Jump to PostThis may also happen with a JOIN query in a PARENT/CHILD relationship. For every record in child that matches parent, parent will show a record. If not using a join query see post above.
Good Luck
Jump to Posthere foreign key mean............? please explain
Table1
iNameID AutoNumber
vName (BTW NAME is a keyword that can cause confusion)
iRoll NumberTable2
iClassID AutoNumber
iNameID Number Foreign Key
vClass (BTW Class VBA Keyword)
dDate (BTW Date KeyWord)Foreign Key means that it has a relationship with the primary …
Jump to PostI have checked your tables.
I found that there is no relationships between the table. So this result is expected.
You need to create a primary key field in the table1 (lets say name column is primary key)
Now you need to create a corresponding foriegn key …
All 10 Replies
sincerelibran -3 Light Poster
vb5prgrmr 143 Posting Virtuoso
tharakauo 0 Newbie Poster
abu taher 34 Practically a Posting Shark
vb5prgrmr 143 Posting Virtuoso
abu taher 34 Practically a Posting Shark
jhai_salvador 48 Junior Poster
vb5prgrmr 143 Posting Virtuoso
abu taher 34 Practically a Posting Shark
johnly 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.