Search results

  1. A

    A Simple Database to backup other databases.....

    A simple database to create database backup and also import databases name and their paths into a table in a folder. Code is not mine, got it using ChatGpt. Hope it will help someone. Database is open not locked
  2. A

    Solved Err

    Hello everyone greetings I have got the below code working for all users but one gets the error 5147 couldn’t find your file. Any help will be much appreciated. All three methods work for everyone else, I.e, Environ, CreateUser and API fosuser() function. strUserName = environ("UserName")...
  3. A

    Solved Access Webbrowser Control and PDF

    Hello everyone I have been trying to search the contents of PDF which is displayed in webbrowser control, form has a text box pre populated with some text when it is clicked the focus is shifted to the webbrowser control and with some delay it opens find replace dialog box which is fine, and...
  4. A

    Solved Filter characters or remove spaces or allow particular characters

    Hi all I have a column type text, in beforeupdate event it queries the table whether that ID already exist or not, if it does, it prompts and then move to the record else it allows a new entry. Column is not a primary or foreign key it's just a unique column. Sometimes we get spaces in this...
  5. A

    Simple Telephone Message Taking dB

    Hi everyone This a simple Telephone Message Taking database.
  6. A

    Microsoft Access Autonumber Key problem

    Hello Sirs, I have a form which recently started behaving strangely; the primary key is Autonumber, when I save my record by tabbing out of last field, it goes straight to next new record and shows a next number in the Autonumber primary key, instead of showing (NewRecord) entry in the...
  7. A

    date and string condition with docmd.openform

    Re Hi Can somebody help me, I am trying combine following two fields in ms access vba, Private Sub Command6_Click() DoCmd.OpenForm "frmRecordbetweenTwoDatesbyDoctorNameFormView" , , , "dtDate between #" & Format([ApptStartDate], "dd-mmm-yyyy") & "# And #" & Format([ApptEndDate], "dd-mmm-yyyy")...
Top Bottom