No announcements
Found 2898345 threads
-
2 Votes
add a new row if two tables are linked
iwant to add a new row if two tables are linked one to one conect codeAnswered | 5 Replies | 295 Views | Created by ahmeddc - Friday, December 22, 2017 12:25 AM | Last reply by Cor Ligthert - Friday, December 22, 2017 3:00 PM -
0 Votes
Cannot add rows to a INNER JOIN query on two linked tables in a MySQL backend
combine the tables with an INNER JOIN and display the query as a datasheet on a form. When the tables are ...Unanswered | 5 Replies | 1812 Views | Created by G Mark - Wednesday, May 14, 2014 12:39 PM | Last reply by rlangham - Tuesday, April 14, 2015 2:53 AM -
0 Votes
Delete row in linked tables
Use the following code to delete a row with two tables linked to each other But the next mistake occursProposed | 2 Replies | 472 Views | Created by ahmeddc - Friday, December 29, 2017 8:01 PM | Last reply by Zhanglong Wu - Tuesday, January 2, 2018 6:24 AM -
0 Votes
Adding New Rows to DataGridView with Multiple Tables in DataSet Connected by Relation
when a row is added to each of the three bottom tables. I use it to update the database before moving to the next row and to add a row ...Answered | 1 Replies | 4888 Views | Created by em-squared - Monday, November 30, 2009 2:26 AM | Last reply by Aland Li - Thursday, December 3, 2009 7:01 AM -
1 Votes
Add two Linked list
If these are double linked lists, you should be able to just iterate both in reverse, and insert nodes into the start of the new one based on the sum of the ...Answered | 5 Replies | 4861 Views | Created by Santhi Dhanus - Friday, November 4, 2011 4:12 PM | Last reply by Jesse Jiang - Thursday, November 10, 2011 7:54 AM -
1 Votes
update row in linked tables
The following code has been used to update the row data in the data sheet where there are two tables linked togetherAnswered | 5 Replies | 182 Views | Created by ahmeddc - Monday, January 1, 2018 7:57 PM | Last reply by Kareninstructor - Tuesday, January 2, 2018 1:10 AM -
2 Votes
Are linked tables data cached?
Linked tables shouldn't show this behaviour else it wouldn't be possible to use linked table in a multiuser environment. There must be something that forces Access ...Answered | 4 Replies | 4339 Views | Created by GerryStilton - Monday, January 23, 2012 8:48 PM | Last reply by GerryStilton - Monday, January 30, 2012 4:59 PM -
0 Votes
programatically add a new row
//Assign value to a field ndr[0] = "test" //Add the new ...Answered | 1 Replies | 3087 Views | Created by Can-Ann - Monday, March 24, 2008 3:01 PM | Last reply by Can-Ann - Monday, March 24, 2008 4:02 PM -
0 Votes
Two fact tables linked with more than one dimension
, for example de total of sessions from one and the total of revenue from the other. Both of this fact tables are linked to dimensions calendar and product. I want to have ... -
0 Votes
dlookup values from two different linked tables?
Actually I think i figured it out. Because of the way that the tables are joined in order to simulate a many to many relationship, when i put all the values in a ...Answered | 3 Replies | 7339 Views | Created by Christnia Glabas - Monday, September 20, 2010 7:57 PM | Last reply by Christnia Glabas - Monday, September 20, 2010 10:00 PM -
0 Votes
add new row
parenthesis. If it's a datarow for a gridview, you have to create a datarow to add to the gridview. What ...Unanswered | 9 Replies | 2927 Views | Created by Computer Freek - Sunday, January 27, 2008 12:35 PM | Last reply by Adam D. Turner - Monday, January 28, 2008 4:38 PM -
0 Votes
Showing two tables as if they are one
, I don't know if I need to use an object that has a query that joins the two tables then I will go from there. If that is the answer then perhaps I ...Answered | 4 Replies | 2518 Views | Created by Simple Samples - Tuesday, May 5, 2009 9:26 PM | Last reply by Simple Samples - Monday, May 11, 2009 8:57 PM -
1 Votes
Joining two Tables on a Linked Server using SSIS Package.
"Assume there are two tables ABCD and EFGH on a Linked Server named SANDY (Example). I need to join them (**TABLES ON THE ...Answered | 5 Replies | 8166 Views | Created by Sandyp0337 - Friday, September 30, 2011 9:21 PM | Last reply by _AKS - Sunday, October 2, 2011 10:13 PM -
1 Votes
Access two tables from two different linked servers
openquery([Server name],'select * from schema.table') Im totally new to writing pass through queries. I want to access two db2 linked servers ...Answered | 4 Replies | 1197 Views | Created by Mekala D - Friday, December 20, 2013 2:35 PM | Last reply by Mekala D - Friday, December 27, 2013 10:15 AM -
1 Votes
Prevent adding new rows in datagrid, If no values are added in a new row
I have a datagrid, in which i allow the users to add new rows, but setting CanUserAddRows="True". However, if i am in the new row ...Answered | 2 Replies | 1617 Views | Created by user2617 - Friday, September 5, 2014 4:35 PM | Last reply by Terrence-Jones - Monday, September 8, 2014 2:18 AM -
0 Votes
Insert row to two tables
How to insert the record to two tablesAnswered | 6 Replies | 4520 Views | Created by Anson1000 - Monday, June 30, 2008 5:30 PM | Last reply by Anson1000 - Monday, June 30, 2008 5:50 PM -
0 Votes
datagridview add new row
How do you get the values that were entered into a new row of a datagridview and update the datasource? Is there an event that is fired when the user is ...Unanswered | 3 Replies | 3921 Views | Created by yanci1179 - Friday, March 31, 2006 2:12 PM | Last reply by yanci1179 - Monday, April 3, 2006 7:54 PM -
0 Votes
add a reference between two existing tables
In TSQL, how do I add a reference between two existing tables. All I could find online, is how to add constraints to new ...Answered | 2 Replies | 1879 Views | Created by Liddz - Tuesday, February 14, 2012 4:38 PM | Last reply by arun.passioniway - Tuesday, February 14, 2012 4:51 PM -
0 Votes
Row by Row comparison of two Data Tables in Vb.net
I have two datatables with columns A and B in Data Table 1(DT1) and columns A1, B1 in Data Table 2(DT2). I need to loop through the data tables to check if for ...Answered | 2 Replies | 11153 Views | Created by Neeraj Nayan - Thursday, March 11, 2010 6:19 AM | Last reply by Neeraj Nayan - Thursday, March 11, 2010 10:02 AM -
0 Votes
Gridview Add New Row
But let me help you here. You sure should have like an Add New button to be able to add a new row to the data grid andAnswered | 4 Replies | 4163 Views | Created by yjeevanrao - Sunday, September 5, 2010 1:25 PM | Last reply by Bin-ze Zhao - Wednesday, September 8, 2010 6:57 AM - Items 1 to 20 of 2898345 Next ›
No announcements