Search results

  1. L

    filtering subform2 based on subform1

    Hi guys i have 1 mainform and within this i have -subform1 ----this form contains listed data -subform2 ----this form contains listed data subform 1 has specific data which is [dob] which is pulled from table [customers] subform 2 also has data [dob] which is pulled from [apps] There is a...
  2. L

    run-time error 2448 - update using me.name

    - I have a query that checks 2 tablles and if the records email address in tableA match the addresses in tableb then it returns name,address,area,postcode,emailattribute of the records to a form. - the form on open event is Private Sub Form_Open(Cancel As Integer) Me.emailattribute = "1" End...
  3. L

    change a1 cell in xls file from within access

    This is a bit of a mixed request. I have a button that needs pressing around 3-5pm every day. iF this button is not pressed by 5pm i want to send an email to 3 addresses as a warning "these can then be forwarded to sms's for a realtime alert. My idea so far is 1. if the button is clicked it...
  4. L

    Trying to extract info from an email.

    Hi ive got a php script sending me information in the body of an email. The info is kind of in csv format name,address,time,date I am trying to figure out a way to import this into an existing database. Can anyone help me on this? I can save multiple emails to a text file using outlook but...
Back
Top Bottom