Search results

  1. R

    Data connection on intranet ....Serious issue..... please help

    ConnectionString: Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=\\10.200.80.34\Tech_pub\BDC\TPB-Tracking\Tracking.mdb;Mode=Share Deny None;Extended Properties="";Persist Security Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet...
  2. R

    Data connection on intranet ....Serious issue..... please help

    I have access database created in my desktop, which has tables, queries and DAP's....... everthing works fine on my desktop. But when i take whole project to my intranet shared folder, it doesnot get connected to database (even though i change the connection). I get the fallowing errors...
  3. R

    Entering multiple records

    Heloo all, I have a table, and a data access page for data entry.... is it possible for me to add a mulltiple records at a time.... please help
  4. R

    allow data entry only for few controls

    Thanks a Lot It works for me.....
  5. R

    allow data entry only for few controls

    i have a data access page, which as a querry in it. When i set dataentry true, none of the recrods are visible. but, when i set dataentry false all the records are visible, here i have to change a value (ex; change a value in drop down ) which should get saved into the data base, Please help.
  6. R

    new record should be saved only when a button clicked

    Hello all I have a data entry form... with many fields..... the question is ... Is there any way that i control the update of new record with a button... i mean while i am entering the data in the form.. the form should not auto updated the new record till i click a button, only then the...
Back
Top Bottom