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

    Thanks DTurrall I too have reached this hard, long and teasing solution after a applying and trying each and evert thing...but this problem should have been addressed to Microsoft.. anyway thanks again
  3. 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...
  4. S

    Problem with Unbound Mastr and Sub form

    Thanks PAT & Haytham i use sqlserver2k as back end to my access application. when i use unbound form it opens faster...i think u are not correct in saying that unbound form is not faster than bound.. Is there any way out...making unbound child form accept more than on entry
  5. S

    Problem with Unbound Mastr and Sub form

    when i use bound form it become so slow...thats y i turn to unbound form..i m not inserting sub form data into code..no thats not the case..my problem is how to get fast performing master/child form ???
  6. S

    Automatic Compact

    hi..i hav same type of problem...i check the "Compact on Close" checkbox on the General tab of the Access Tools/Options dialog box....but then it takes too long to close...i have a moduled that whenever run make and drop tables and generate report..i want to run compact whenever user run this...
  7. S

    Problem with Unbound Mastr and Sub form

    When I try to link child form with master it says..cant build a link b/w unbound form. I manually inserted field name in ‘link child’ and ‘link master field’..but still sub form not accepting more than one entry…
  8. S

    Using Insert query in Module

    got it....thanks
  9. 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...
  10. S

    Problem with Unbound Mastr and Sub form

    it doesnt work..let me tell u i have unbound master and detail form and i use event on click to insert data into master and sub table...
  11. 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
  12. S

    Hiding the DB window in Access2000

    Try this Tools > Startup > Display database window (Uncheck) U can redisplay db window by pressing F11 Saleem
  13. S

    Report Page Setting

    I ran macro in excel and it generate this code for page setting with 0.5 inch from each side...i need same code for my access report..can any one help Sub pgsetup() ' ' pgsetup Macro ' Macro recorded 01/21/2002 by saleem ' ' With ActiveSheet.PageSetup .PrintTitleRows = ""...
  14. S

    Report Page Setting

    i m saving it Hick but its reverting back to 1" from each side instead of of i fixed..0.5" from each side !!!!
  15. S

    Report Page Setting

    I tried both but none of the suggestion work. Is there sny other way?
  16. 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...
  17. S

    Using VB to find database path

    Hey I rather asked strange thing from u !!! I ve been looking for database/program that handles and analyse calls....and u got it..can u please email it to me at saleem@hoh.net thanks in advance
  18. S

    auto fit to screen forms

    Mr. ANAUZ I TOO INTERESTED IN CODE. PL MAIL ME MY EMAIL IS saleem@hoh.net Thanks in Advance Saleem Ahmed
  19. 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...
  20. 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