Search results

  1. P

    Public variable problem

    I don't know if this is good programming practice but rather than using public variables I prefer to have a table with two fields (Variable_Name, Variable_Value). I have some code that writes the Name and Value to the table and then this can be retrieved whenever needed (even after closing and...
  2. P

    Writing a value to a table using a macro

    You cant write directly to a table like that... You either need to write some code or the easier (but not so neat) way is to use a form bound to the table and assign the value to the control on the form which corresponds to the field you want to update.
  3. P

    Microsoft Access on Ipad

    Yianni, check out Cellica Database on the iTunes Store. Its a free application that allows entering data on the ipad and synchronization with an access database on a PC. Have not tried it myself yet but I believe it supports forms on the ipad.
Top Bottom