Search results

  1. M

    Code Showing files

    I have bound form multiple items with 2 fields "path", "files" and one button "show files". Would like to, past path to one of them, like e.g. (C:\MyFiles) click button "show files" and in the other field should appearing files from destination (c:\Myfiles) e.g (x.pdf, z.doc, y.tiff). Is it...
  2. M

    Annoyin navigation

    I have a bound form. My problem is navigation, I don't want to move from record to another, I only want to move in fields between one recored in table. I have navigation button option "no" but I still can move between records using "tab" key. It's really big problem:/ Please help me!
  3. M

    Problem with Primary key

    I would like to define primary key to show in default value "n/=Right(Year(Date());2)" n - next real number =Right(Year(Date());2) - equal two last digits from year The big problem is when we have next year e.g. 2014 real number should count anew. E.G 6/13, 7/13, 8/13, 9/13, 1/14 I tried to...
  4. M

    How to write a Default Value in VBA?

    e.g. I want to set "10" as a default value in to my unbound subform (in column). How should I write line a code for that?
  5. M

    putting data from table to form with vba

    I'm looking for three days solution and I can't find. I'm beginner in access so it is too hard for me. Please help me! I will put this code in "On load" on my form. This code should add a new record in OrderTab, take a number from AutoNumber, then plus text from "year" column in the same table...
Back
Top Bottom