Re: help pls.........

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



If the forms are in the WB, then there's no need for any ODBC etc stuff.
You can reference the WS directly.

'<Form1>
TextBox1.Text=Workshets(1).Range("A1").Value

'<Form2>
TextBox1.Text=Workshets(2).Range("A1").Value

How you display the WS data on the form is up to you.
Start simple to get something working, then add details.

NickHK

"Chinx21" <chinx21@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:69C6F68A-18C1-4CC0-BD64-50599CBBBED1@xxxxxxxxxxxxxxxx
Good day to everyone!
nway,I'm going to detailed my current situation right
now and what I want to do.
I have a workbook named WBOOK with I think 20 worksheets. What I want is
to
have a User form(my main menu) to run whenever I open the workbook (I've
already done that) I've also added forms (for every worksheet there is a
corresponding form).

What I want to do is to be able to edit and delete data from worksheets
through its form. Example: in student table which has a field of id no.,
name, etc. When a user want to edit he must provide an id no. then if
found
those information will be displayed in its corresponding control in the
form.
how's that?

I think my problem is in setting-up ODBC connection. When I click Tools it
has no "Reference" Sub Menu. By the way I'm, using Excel 2002. Could
somebody
help me how to set-up a connection less DSN" Like go to Control Panel then
find ODBC then what's next?

I hope you can help me.

Thank You for spending time with this. God Bless!





.



Relevant Pages

  • Re: Is it possible to link tables with a relaive path?
    ... the data only and not insert / edit or delete the data. ... > Access won't let me link to another Access Database via ODBC:(. ... >>> folder as the front end without knowing the name of the folder? ...
    (microsoft.public.access.gettingstarted)
  • Re: ODBC Microsoft Access Driver Login Failed
    ... Did you create the ODBC on his machine for the database? ... I currently have my Excel Worksheets to refresh from the information on ... ODBC Microsoft Access Driver Login Failed ...
    (microsoft.public.access.externaldata)
  • Re: ODBC Microsoft Access Driver Login Failed
    ... Did you create the ODBC on his machine for the database? ... I currently have my Excel Worksheets to refresh from the information on ... ODBC Microsoft Access Driver Login Failed ...
    (microsoft.public.access.externaldata)
  • Re: How do I find all worksheets in Excel
    ... BK> I created an ODBC connection to an Excel worksheet. ... BK> worksheets without any problem. ... Is there an object to query (using ... BK> ODBC) that gives me the names of all of the worksheets? ...
    (microsoft.public.data.odbc)
  • Prevent User from editing record directly in the table
    ... I have an application connected to SQL via ODBC. ... user can open the table and edit the records ... Prev by Date: ...
    (microsoft.public.access.modulesdaovba)