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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spitzmuller

    linked table from local mysql-server has only #deleted entries

    Hi there I tried to link some tables that reside on the mysql-Server on my local machine into a new access database using the ODBC 3.51 driver everything worked fine with no errors. But when I open the linked table in Access, all entries have #deleted values, although when I check via...
  2. spitzmuller

    Export Access-DB to SQL-Format to load it into mySQL

    Hi out there Is there a simple way to export the tables (and maybe the relationships as well) of an Access 2003 Database into SQL-Format, so that it can be read into mySQL? Or does anyone have another suggestion on how to transfer a database from Access to mySQL? Thanks in advance for...
  3. spitzmuller

    Prevent Closing Access with the X by mistake

    Hi out there Great Forum! But couldn't find an answer for this one... I'd like to stop the closing process of access when a user hits the X in the upper-right corner of the application window. I'd like then to ask the user if he is sure and if he clicks yes close access, if he clicks no cancel...
  4. spitzmuller

    relink table links to the back-end when backend is password protected

    Hi out there I have a Front-End database that contains links to tables in a password protected backend database. The two databases reside on a server and the user start the database from there. Due to IT-restructurisation, the location where the databases are saved will change a few times...
  5. spitzmuller

    Please Help! Print group footer wit last detail

    Hi there This must be a common problem but I couldn't find a thread that helped... I would like to print a group footer with the last detail (if it doesn't fit on the page and a new page is required). Right now I sometimes get the group footer on a new page without any data and that's quite...
  6. spitzmuller

    Error Propagation from Report back to Opening Call

    Hi out there I have a report that - using VBA - is configured based on user input. That input is possibly invalid and then opening the report will throw an error, which I would like to intercept and then let the user know in a decent way. This is the code that I use to try to open the report...
  7. spitzmuller

    Custom Toolbar Button: How to change it's color

    Hi there Is it possible to change the background color of a toolbar button (on a toolbar that I created) in code? Thanks for your help Simon
  8. spitzmuller

    OnAction-Property of ToolbarButton needs to call a function with param

    Hi there I am currently writing code to create a custom toolbar. At runtime, this toolbar will be populated with buttons - one for each open form - to give one-click access to all open forms. For that i need to have the OnAction-Property call a function with an argument (the name of the...
  9. spitzmuller

    Sending Mail via ShellExecute: Thunderbird does not recognize attachm.

    Hi I use this to send emails: Call ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOWNORMAL) where stext is e.g. the following: mailto:john@doe.com?CC=maria@doe.com&Subject=Test&Body=Blablablablabla&Attach="C:\Boot.ini" Everything works fine except the attachement. When...
  10. spitzmuller

    Send email with attachement from Access using VBA and Mozilla

    Hi guys. I am sure there's plenty of info out there, but the one I found didn't work for me, so a dare to ask here. Can anyone point me in the right direction as to how to send an email over a mozilla thunderbird client using VBA in Access. Thanks a lot
  11. spitzmuller

    Print Group Footer with last detail - Help!

    Hi there This must be a common problem but I couldn't find a thread that helped... I would like to print a group footer with the last detail (if it doesn't fit on the page and a new page is required). Right now I sometimes get the group footer on a new page without any data and that's quite...
  12. spitzmuller

    Embed OLE-File when given a path to it

    Hi there I would like to embed files into an access-db (links are fine but the original files are likely to be moved quite often...) How can I, given the path to a file, embed it in an access table using VBA? I searched the forums quite a while but didn't find a decent answer... so if anyone...
  13. spitzmuller

    Group Footer on same page with last subgroup

    Hi there I have a report that groups stuff on 3 levels. Now the outermost group Footer sometimes gets printed on the last page, while the last subgroup is printed on page before that one (which looks a little stupid because this footer holds name and signature of an official document and is...
  14. spitzmuller

    Complicated Grouping? Query

    Alright, this might be a tricky one: I have an Access database that stores people and what they do during their stay at the university. I tried to create some kind of curriculum for everybody. To do that one can choose from about a dozen "events" that can happen during the university carrer...
  15. spitzmuller

    Neither get nor post nor session data available

    Hi there I have Apache, PHP 5, MySQl 4 up and - as it seems - running smoothly on my desktop computer. Now I have created a classic login-page using Dreamweaver 8: My problem is that when I submit the login-page, i cannot access the post-data on the called page. i.e. the $_POST variable is...
  16. spitzmuller

    Display Combobox DropDownMenu without clicking the arrow

    Hi out there I would like to show the DropDownMenu of a combobox programmatically if another button is clicked. Is that possible? Any help greatly appreciated. Simon
  17. spitzmuller

    get ActiveX control to work on continuous form

    Hi there. On a form I have an ActiveX-Slider Control that can be bound to a field in a table just like any other control. But when i change the form type to continuous form, the activeX won't allow it because it is required to run in single form mode. Is there any way around this limitation...
  18. spitzmuller

    Register DataGrid Control. Is there another way?

    Hi out there. I would like to use the MS Datagrid Control in one of my Access databases. I have found the msdatgrd.ocx on the internet, but when I try to add an instance to one of my forms, i get a message saying that the datagrid control must be registered first. How do I do that? Involves...
  19. spitzmuller

    DateTimePicker - Event Declaration does not match

    Hi there I would like to use the MouseMove-Event on a MS DateTimePicker V6.0 Control. But when I write the declaration (that I got directly from the MSDN Library) like Private Sub DatePicker1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single, Index As Integer) I get an...
  20. spitzmuller

    Rich Text Label??

    Is there a way to have a richt text label on a report or form? Thanks for your help Greetings Simon

Part and Inventory Search

Back
Top