Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jancheta

  1. jancheta

    Microsoft Office Access was unable to export the data

    I got it to work!!!!! If comes across this thread, I hope it this will work for you as well... 1. Go to http://www.microsoft.com/downloads/thankyou.aspx?familyId=7287252c-402e-4f72-97a5-e0fd290d4b76&displayLang=en 2. Download Office 2003 Add-in: Office Web Components 3. Select the Reinstall...
  2. jancheta

    Microsoft Office Access was unable to export the data

    Hi CMP, Thanks for your suggestion. I think you're right, there must be some .dll that is corrupt that the Office Install/Removal/Repair will not touch. Action 6: I created a XML map and applied to my workbook in excel and was able to create .XML data. Action 7: I also tried but got the same...
  3. jancheta

    Microsoft Office Access was unable to export the data

    Hello. I'm trying to export my table to XML but get the message "Microsoft Office Access was unable to export the data" - Version 2003 / SP2 This is only happening on my laptop PC but I don't have this problem on my desktop. Any suggestions are welcomed? Thanks. Here's what i've tried: Action...
  4. jancheta

    Sum adding up total value

    Geez, I was using the incorrect function. Supposed to be month and not dayofmonth. Regards.
  5. jancheta

    Sum adding up total value

    Hello. I'm trying to retrieve the hours worked for each employee however i'm getting the total for the employee in a month. Example: Name Jan Feb Mar ---- --- --- --- Joe 0 480 0 Tony 0 0 480 Sue 480 0 0 Output that I'm trying to get is (each employee worked...
  6. jancheta

    updatable recordset with normalized tables

    Hi Remou. Thanks for providing the link. I'll check it out. The main thing obstacles that I have: (1) retrieving the info (I have a solution as listed above but I don't think it's efficient) (2) updating the database Hi cmmrfrds. Thanks for your post. I understand your suggestion and will give...
  7. jancheta

    updatable recordset with normalized tables

    Hi Remou. Thanks for your reply. The reason why those two are separate is that WorkDate is a redundant field. The tables can be combined (denormalized) but that defeats my objective. I feel that a complex SQL statement should do the trick, however, I just can't put it together to acheive the...
  8. jancheta

    updatable recordset with normalized tables

    Hello. I'm trying to create an updatable recordset (DAO or ADO). Here are my tables: tblWork tblActivity ------- ---------- WorkID(PK) ClientID Date ActivityID(PK) Description 11 100 4/10/06 1...
  9. jancheta

    ControlTipText & Continuous Form

    Hi. I have a similar requirement. Any luck?
  10. jancheta

    putting checkboxes into a listbox

    I have a similar requirement. I'm just adding on to this thread for those who may come across this: 1. Table - ensure that the Display Control property (found in the Lookup tab) of the Yes/No data type is CheckBox 2. Query - create a query based on the table and select desired fields. 3. Form -...
  11. jancheta

    Cannot reset ODBC error in A2K

    Hi. I have several apps written in A2K that extracts information via ODBC which are triggered at specific time intervals (via Scheduled Tasks). Problem is that if the extract fails due to an ODBC error, I tried to trigger the timer event of the form for it to wait and run again say in 5 minutes...
  12. jancheta

    Cannot reset ODBC error

    Geoff, Thanks for your suggestion. I'll re-post in that forum. Jason
  13. jancheta

    Cannot reset ODBC error

    Hi. I have several apps written in A2K that extracts information via ODBC which are triggered at specific time intervals (via Scheduled Tasks). Problem is that if the extract fails due to an ODBC error, I tried to trigger the timer event of the form for it to wait and run again say in 5 minutes...
  14. jancheta

    Access 2K VB Help not working properly

    Hi Tom, Thanks for your reply. MS website is currently screwed up a bit since I could see OFF2000: Error Message When You Try to Display Help on a Microsoft Windows XP-, Windows 2000- or Windows Me-Based Computer but their link is not available. I think that VS manipulates IE somehow which...

Part and Inventory Search

Back
Top