Search results

  1. M

    disable shift key at startup!

    hi im developing database in access 2007. i need to bypass / disable the shift key at startup, thus not enabling the user to use the shift key and enable the navigation pane, default menu and access options. i have gone through all the forum, searched a lot, tried AllowBypassKey2kTo2k7...
  2. M

    total no. of records in a message box

    hi i need to view the total number of records in 3 different tables, to be displayed, before running a query, and after runnig the query, i also want, after running the query ( update or append), that how many records have been adde, or updated. i want these results in a message box, using vb...
  3. M

    Exception reporting after running a query

    hi im using update queries, and append queries to update records from excel sheets, all i want is to view the result of successful query running. i may need something like, if the query runs successfully, ........ else move unsuccessful records to a new table to follow up later, ... and the...
  4. M

    justified allignment

    hi! any one can help me pls! how to justify text in memo field of a form and a report? i need some sort of code that keeps the text in memo field justified. there are only 3 options of text align, right,left, distributed. i want justify property. how to get that. pls help me out!!!
  5. M

    sum of all the dynamic fields in query

    Hi! i have a query having ID(auto number) field, Name(text) field, and many other field having field property of (Currency) now what i want to do, is to sum all the fields having Data type of (currency). the problem is that Currency Type fields are added every month, and i want them added...
Back
Top Bottom