i am using ODBC connection to manipulate a table in MSAccess using vb.net 2005 express edition.,my project only has one form that contains two tab pages,. the first tab contains the file maintenance of the table including 4 buttons to navigate the records of the table,.the second tab contains the DataGridView that holds the table from MSAccess that i am manipulating in the first tab., now,. if i click the 'next' button or any of the navigation buttons created in the first tab of the form, all the information of a certain record of the table appears in the textboxes provided.,but the record pointer(the arrow on the left side of the table) of the table in the second tab didn't move or didn't go the appropriate record which is on the textboxes of the first tab.can you show me the codes in order to make this event possible,.? that if i click any of the navigation buttons, the value of the textboxes in the first tab control must coordinate with the record pointer of the table(handled by the DataGridView) with the same record that appears in the textboxes on the first tab., what is the appropriate code for this problem?thank you!!
vb.net......problem...please help....
Collapse
X
-
Unfortunately we don't supply code. Where would the fun be in programming if we did that ;).
Please read the Posting Guidelines. A simple google or MSDN search will get you started.
MODERATOR -
This is what we call a "wall of text." It is very difficult to read, as it just continuously runs on.
You should try to separate your thoughts into paragraphs. It makes it much more clear. Experts are more likely to help you when they don't have to work to understand what your problem is.
Just a friendly suggestionComment
Comment