Search results

  1. W

    Tabs - Access Upgrade To 2003

    found this: http://members.iinet.net.au/~allenbrowne/ser-46.html
  2. W

    Tabs - Access Upgrade To 2003

    hi... i created a new form on a different version off access 2003 (diff computer). The same occurs - when using together they merge together and it looks like the screen is freezing. the flickering - well it flickers only when using a tab-control whether its style is buttons or tabs...
  3. W

    Tabs - Access Upgrade To 2003

    ive been doing some experimenting....... - using access 2003 - if i create a form and use a tab control, but set the style to buttons - the buttons merge together when selecting through them - if i create a file and load onto another computer with access 2003 - the...
  4. W

    Tabs - Access Upgrade To 2003

    Screen Flicker also to add to that...... since the upgrade. if i hover the mouse over the controls in form view the screen flickers.... i am not using any events which could cause this problem... ???
  5. W

    Tabs - Access Upgrade To 2003

    Hi I developed a database with some forms in access 2002 I have just upgraded to Access 2003 - Im having problems with all my tab controls - if i select one page, then another, and another... whether im in design view or form view the tab controls get messy.. what do i mean by messy...
  6. W

    Access Package and Deployment

    Would I be able to deploy Access in runtime using the ADE provided by " Visual Studio Tools for Office 2003 Upgrade" i found it on amozon for £150 ??
  7. W

    Access Package and Deployment

    Hey I already have proffessional 2003 - is it possible to buy addons... for the access deployment extentions i seen something in Visual Studio .NET 2003 Is this what i require - or can i get an alternative package cheaper ????
  8. W

    Access Package and Deployment

    Sorry bit confused there..... so am I after 'Microsoft Office Developer' or can i use 'Microsoft Office Proffessional' ??
  9. W

    Access Package and Deployment

    How much is that...?? Are the addins i can purchase for my Access 2000? rgrds
  10. W

    Access Package and Deployment

    Hi I wish to package my database and deploy on a cd - as a runtime envionment - I have compiled the vb code and converted the file to accesss 2002 and as an MDE file - I have read some logs about using the 'package and deploment wizard'. I have an office suite with Access, Word, Excel...
  11. W

    Create .MDE (2000 > 2002 format)

    i have designed a main screen - when i run the form and any events it 'runs' through ok. - is there another way to check whether it compiles? i have about 20 modules of code - for events and importing data. i know there are a few loose modules which i dont use. i guess i should clear these...
  12. W

    Create .MDE (2000 > 2002 format)

    hey im trying not to panic here... all my code seems to run fine.. but it wont create an mde - i have never created an mde before. are there any special considerations - like eg. having a splashscreen/main menu launch on open ??
  13. W

    Create .MDE (2000 > 2002 format)

    I have converted the database to 2002 - however.. I get a msg - "Microsft Access was unable to create an MDE" ??
  14. W

    Create .MDE (2000 > 2002 format)

    Hi Im trying to create an .mde file from a database that appears to be in an Access 2000 file format. I get a message - saying convert to Access 2002.. Will this effect any of my vb code?? ?? rgrds
  15. W

    Export: Error 3190 - "Too Many Fields Defined"

    the table was only about 80 columns wide.. i tried to repair the database... no luck there so i deleted the spreadsheet and created a new one... this appears to have solved the problem.. Thanks
  16. W

    Export: Error 3190 - "Too Many Fields Defined"

    Hi I have used some code to export a query to a spreadsheet... For some reason i get the error msg "too many fields defined". I understand there is max number of columns for a spreadsheet - however, the data being exported does fit easily into a spreadsheet. (when pasted) ??? rgrds
  17. W

    Use ListBox Rowsource to export .xls

    Excellant - its working!! Thats helped so much - was planning on creating all the possible queries.. so thats saved so much time!!! rgrds
  18. W

    Use ListBox Rowsource to export .xls

    I have tried the example provided - however i get a compile msg... "User-defined type not defined" reffering to Dim db As DAO.Database ?? thanks
  19. W

    Use ListBox Rowsource to export .xls

    ive tried working this... but cannot get it working: getRowSource = me.salesbox.rowsource Set qryEx = currentDb.CreateQueryDef("", getRowSource) DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel19, qryEx, "C:\myfolder\exports\report.xls", true
  20. W

    Use ListBox Rowsource to export .xls

    - when exporting to a spreadsheet - can u only specify a saved query or table? - is it possible to export using a query select statement? - if not - is it possible to automate the creation of a query object - temporarily save the query object for refferal on export ??
Back
Top Bottom