Search results

  1. A

    HELP! Access size is ungodly!

    I have an access database front end I'm trying to shrink in size, it is 200MB on a good day! If I create one of the forms from scratch or copy and paste the content of the form the file increases by about 100K Max but if I import that form the file increases by 33MB, This also Happens if I try...
  2. A

    Smartcard/Certificates

    I'm working on creating a database that reads name/company information off a smart card/certificate. Has anyone used the PC/SC API in VBA before, if you have an example on how to do it this would be greatly appreciated!
  3. A

    DSUM output strange

    I am using a DSUM in a report to calculate a total number of hours worked... This is the Data I'm trying to computate: ID FileNo Date Worker Hours 197708 1005F 6/1/2004 DJC 1.5 197709 1001F 6/1/2004 DJC 2.5 197710 20162 6/1/2004 DJC 1.5 197711 1004F 6/1/2004 DJC 1.5 197712 1002F 6/1/2004 DJC...
  4. A

    Store Multiple Booleans in an Integer

    I need a way of retrieving multiple booleans from one integer and I wasn't sure if there was a better way then this: Dim totalOfOptions As Integer Dim currentOption As Integer Dim currentAmount As Integer Dim currentTotal As Integer Dim totalOptions As Integer While...
  5. A

    Make MDE Error

    I have tried to compile a mdb into a mde but every time I do now I get an error: Microsoft Access was unable to create an MDE database. I have recently done two thing I just ran Ad-Aware and removed 47 pieces of ad software and I removed a RTF OLE from a form. Now I'm getting that error, Help...
  6. A

    Criteria Help?

    I have a query and it keeps saying it's to "Hard" for the computer So I added another column in the query and had it's value set to a [Forms]![mangReviewClients]![From] but how do I tell the Criteria to look in it's own query???
  7. A

    Outlook 2000 Tasks/Schedule

    We use a public folder with Schedules and would like are local tasks and public schedule to appear on the same page. like when you click on your local calender
  8. A

    Word OLE??

    is it possible to have a word ole in a form, so that you can type like in word?
  9. A

    Security - BlowFish 448bit Encryption

    If anyone is looking for simple security thats not dealt with by access then here'e what your looking for, I was looking for this for a couple monthes now that I found it I thought I should share incase anyone else is looking for simple database user security This I quickly put together but is...
  10. A

    Converting 97 to 2000 problems

    I recently converted a working Access 97 Database to Access 2000 but I am haveing problems debugging it it won't stop at all or if there is an error it won't let me know..... I created a blank 2000 db with a form with one button and it seems to stop correctly Please Help
  11. A

    Sql??

    I have MySQL and want to know if there is a way to get MS Access to work with it?
  12. A

    Visual Basic Editor won't stop calls

    When I put a stop in a program MS VB Editor will not stop the Script it just keeps running is there a fix for this??
  13. A

    Outlook

    I have two calanders in microsoft Outlook one is in a Personal Folder and one is on the server is there any way to Syncronize them??
  14. A

    Adding Outlook tasks from Access

    I have a large database, if I want to give someone an assignment I send it through access... internal message system. I am wondering if there is a way to make access add the assignments in outlook
  15. A

    Windows / Access vs Linux /OpenOffice

    I currently have microsoft Windows 98 thru xp and office 97-2000 well My friend told me that linux has a free office program called open office and I was wondering which is better, and if Open office has a program like MS Access Thanks
  16. A

    Office Upgrade Corruption??

    I am slowly upgrading from Office 97 to Office 2000 but on the computers that have 2000 after converting the 97 access db to 2000, users can no longer see certain subform pages?? is there a way to fix this?
  17. A

    Deleting Record Error

    I have a delete button on my form and every time I click on it, it gives me an error On Error GoTo cmdDeleteMessage_Error If IsNull([DataID]) Then Exit Sub If MsgBox("Are you sure you wish to delete this record?", vbQuestion + vbYesNo, "Confirm Delete") <> vbYes Then Exit Sub...
  18. A

    Help!!!

    When trying to insert data into a table in my SQL server I get this error: ODBC--insert on a linked table 'tallPrimaryInfo' failed. [Microsoft][ODBC SQL Server Driver][SQL Server]SQL Web Assistant:Could not open the outputfile. (#16821) Please I need help and soon too.
  19. A

    Access won't let me modify VB Code

    I have a small problem where Microsoft Access won't let me type in key words it I try to type "DIM" it comes out "dIM" it won't allow popups either like the one that suposed to pop up after you type "As" it's just really screwed up!!
  20. A

    Senior User/Junior User???

    How does one go from Junior User to Senior User?
Back
Top Bottom