Search results

  1. S

    Compile Error: Cant Find The Project or Library

    I have a module in Access Data Project that convert number into words..this module works fine on one machine but gives error on other. The mssg it gives is: "Compile Error....Cant find the project or Library" Pl help me sort this out Thanks
  2. S

    error accessing file. Network connection may have been lost

    i created a front end in access keeping database on sql server and using ODBC for connection..but the front end has started giving following messages whenever i try to open anything... "Microsoft Visual Basic Error accessing file. Network connection may have been lost " can anyone help me...
  3. S

    Using Insert query in Module

    I m trying to insert record in table via following code on click event Private Sub Command8_Click() Dim conn As ADODB.Connection Set conn = CurrentProject.Connection conn.Execute "INSERT INTO master VALUES ( & forms!m!Text2& ", " & forms!m!text2& );" when i give values here directly the...
  4. S

    Problem with Unbound Mastr and Sub form

    i have master and sub form that i use to enter data in two tables with one to many relationship..my problem is that the sub form does not accept more than one entry....any idea saleem
  5. S

    Report Page Setting

    Is there a way to set report page margin viz code. I want my report to left 0.5" from left,right,top and bottom, but each time i close and reopen the report, its page setup changed. I have to manually set it each time i need to print report. I dont know y this is happening..any idea..I think i...
  6. S

    Date Transfer and Copy Via Code

    Hi I have same access customers' record application running at 2 different places. Partially customers are entered at one place while partially at others. I need to incorporate the one entered at place one into the application at place 2 and vice versa. I tried replication but it increases...
  7. S

    Setting Report Margin Through Code

    Hi All I want to print a report leaving 0.5" i.e. 0.5 inch each from left,right,top and bottom. Each time i print a report i have to set it manually. Can anybody hlp me out THanks in Advance Saleem
Back
Top Bottom