All Tags » MS (RSS)

Browse by Tags

  • SYNCHRONIZE NOW

    hi, thank you for helping me. My question is on replicate/synchronize Ms Access 2003 runtime environment. the code db.makeReplica dbrPath, dbRepExportChanges works fine. since the replica is already done I wonder if it is possible to synchronize data coding something equivalent to tools/synchronize Now...
    Posted to Access (Forum) by microsoft on 03-11-2010
  • Can the search feature search within documents in WSS 3.0?

    Is it possible to have the "search" feature search within documents, pdf's, spreadsheets, etc. in WSS 3.0? Thank you
    Posted to MS SharePoint (Forum) by microsoft on 03-08-2010
  • MS Access:  Running Totals For Specific Fields

    I'd like to record running totals for specific records. Say, for example, I have a table: tblTest: tblTest Payer Month Recs PctRecs Rev PctRev Ytd-Recs YTD-Rev Tom Jan 10 10 100 10 Pete Jan 5 5 50 5 Tom Feb 20 20 200 20 Pete Feb 1 1 25 2 I'd like to keep running totals thusly: Payer Month Recs...
    Posted to Access (Forum) by microsoft on 03-05-2010
  • Using MS DataGrid in Microsoft Access 2002/2003

    I am tyring to use the Microsoft DataGrid Control on a MS Access 2002 or 2003 Database. I have included the reference: Microsoft DataGrid Control 6.0 (SP5) (OLEDB) In My form I placed a MS DataGrid named: dgClaimsManagement its Data properties are as follows: OLE CLASS: DataGrid CLASS: MSDataGridLib...
    Posted to Access (Forum) by microsoft on 03-05-2010
  • Banned Xbox 360 and my Memory Card

    I have my profile saved to my controller memory card for when I would go to my friend's to play borderlands. Since then, his console got banned and I was wondering if I take my memory card to play at his house if if would get corrupted. I had read that a banned 360 will corrupt the hard drive but...
    Posted to Xbox (Forum) by microsoft on 03-04-2010
  • help with an email button...

    i have an excel document and i need to add in an email button so that it does 1 of 2 things... create a button that says EMAIL that either automatically sends an email to a static address, with the current spreadsheet as an attachment, we are using outlook 2003 for the client. or opens an email with...
    Posted to Microsoft Office (Forum) by microsoft on 02-24-2010
  • Dynamic positioning on MS Access form

    Hi all Not being great at MS Access development I am wondering if anyone can tell me the best way to design a form with dynamic positioning of elements. This is my situation. I have two forms in an Access 2003 database. On the first form the user makes a number of selections using checkboxes. When this...
    Posted to Access (Forum) by microsoft on 02-21-2010
  • Problem with MS Access Update query

    I am trying to create a query in MS Access that will update my PAYSHEET table with data from a table called "CallCenterPaymentPendingUpdate_Paysheet_Source#". Both tables have a multiple column PK set consisting of paysheet.techID & Paysheet.Region & Paysheet.PaysheetTypeNumber &...
    Posted to Access (Forum) by microsoft on 02-15-2010
  • Creating class in MS Access/VBA-Examples?

    Hi everybody! I have not a big expiriance in access programming and interesting about Object oriented programming with VBA. Has any examples about classes in Access/VBA which I can using in my Access program? Thanks in advanced.
    Posted to Access (Forum) by microsoft on 02-14-2010
  • MS Access VBA - Timer To Trigger Event Every 15 minutes

    I'm using the following code to auto-refresh a form's contents every 1.5 minutes. Private Declare Sub sapiSleep Lib "kernel32" _ Alias "Sleep" _ (ByVal dwMilliseconds As Long) Sub sSleep(lngMilliSec As Long) If lngMilliSec > 0 Then Call sapiSleep(lngMilliSec) DoEvents End...
    Posted to Access Coding/Macros (Forum) by microsoft on 02-13-2010
Page 1 of 67 (663 items) 1 2 3 4 5 Next > ... Last ยป