Search results

  1. B

    Getting date from various data

    I need to write a querry that returns date (as selected) I use it further as condition for another table. I hope you understand. :)
  2. B

    Getting date from various data

    Hello, I have a linked table that contains numbers, text and date. How can I set a condition that returns a date? In table date is in format dd/mm/yyyy. Thank you for answer.
  3. B

    data import to access from excell footer

    Thank you for such a fast answer. The problem is I'm a quite newbie in access (well I know SQL and basics of access) but I don't know how to write a macro in VBA. Can you help me?
  4. B

    data import to access from excell footer

    Hello, in excell I wrote code : NbVeh = Workbooks(file).Sheets(brut).PageSetup.LeftFooter NbVeh1 = Mid(NbVeh, 10, 3) NbVeh1 = NbVeh * 1this code extracts from 10th character forward in length 3 characters from left footer and converts it to number (the extracted data is always number). Is it...
Top Bottom