Search results

  1. E

    Linked Access tables to SQL server issue

    It does not return the records as usual. I am running it on a link Access query. it is a normal VBA code that build the string and put the result on a text box for use to see the information.
  2. E

    Linked Access tables to SQL server issue

    Can some one help take a look at this code strQuery = "SELECT tblAppointments.AppID, tblAppointments.AppointDate, tblAppointments.AppointTime, Left([tblSchedule].[DoctorsName],5) AS Doctor, tblSchedule.DoctorsName" _ & " FROM tblSchedule INNER JOIN tblAppointments ON...
  3. E

    Engr. Matth

    I am a developer running a small company in Nigeria west Africa. I have been working with Microsoft Access and SQL for some time now. I was looking for a particular solution on the net to see if anyone have had similar issue before and how the person solved the issue. regards, Engr. Matthew
Top Bottom