Search results

  1. T

    simple web applications

    ive got an ms access application i want on the web, whats the quickest way to do it. been googling and found this http://creator.zoho.com/ has anyone used it or something similar. havent got a budget in mind so 2 users for free seemed a good deal! i just want a few quieries and the ability...
  2. T

    updating table?

    I easy one i guess but im still learning: SELECT smslog.* FROM smslog INNER JOIN qryMaxDates ON (smslog.SentTimeStamp = qryMaxDates.MaxDate) AND (smslog.PhoneNumber = qryMaxDates.PhoneNumber) WHERE (((smslog.Data) Like "*io:BF*" Or (smslog.Data) Like "*FE*" Or (smslog.Data) Like "*7f*"))...
  3. T

    most recent entries

    hi im abit new to this access, wonder if anyone can point me in the right direction. I have a table containing the following, below is a sample of the data: PhoneNumber 447903212345 Data id:0001,IO:FE,A0:02D,T0:000 000,A1:02D,T1:000 000,A2:02C,T2:000 000,A3:02C,T3:000...
Back
Top Bottom