Search results

  1. A

    Access FE for the ODBC connection with Mysql

    Good day This is one form interface from inside MSaccess to Link/import /Export tables from/to Mysql. it works fine but I need some experts touches to deal with the listbox items that show currently available tables and show which is real one which is a linked one. and how to manage if the user...
  2. A

    Share Ms accesss database over lan network safely

    Goo day for all. I have something nice to share with you. Well at first you might solved this before, but I was glad to do it myself. This is how to share a database over lan network safely. the solution was so simple , I split my database into two parts , part one has the forms and will work as...
  3. A

    help me making database for trainees and courses

    Hi everyone I hope this is the right place for this post and it won't be deleted I need to create a database that manage the courses and trainees, I made one myself but couldn't get it works properly, there must be table for courses contain course_id,course_name, date_start_,date_end...
  4. A

    Extracting path from FileName

    Hi everyone this is my own easy way to extract directories from file name Private Sub doit_Click() Dim rght As String Dim lft As String Dim fnl As String Dim i As Integer i = 1 Do Until lft = "\" rght = Right(Me.pth.Value, i) lft = Left(rght, 1) i = i + 1 Loop fnl = Replace(Me.pth.Value, rght...
  5. A

    Large icons for access 2003 users

    Large icons for access 2003 users
  6. A

    sub forum for User's Defined Functions

    Hi all I would like to suggest creating a new forum under the forum of module&vba for the user's defined functions , the common ones that have been created by others and new ones for us to post here thank you
  7. A

    vba and curdir , chdir and mkdir

    HI all, Please help me with this , I gave up I've made this block of code but still something wrong.
  8. A

    Hi From Iraq

    HI everybody I am 42 yrs man from Iraq. I work as email-sender in a purchase dept. in an oil company and have much time online and I like to practice English as second language but day by day i got involved in programming access or to be frank reading on this field in English! I made few...
  9. A

    Find target button

    Hi dear all I am not a programer ! in fact I am too late for this being 41 yrs old :D yet I could make three (programs) ..simple ones the latest is (Electronic archive) for our company scanned docs I made a table with these fields Doc_Id ,Doc_subject..Doc_dt date of documentation"=date()" and...
Back
Top Bottom