Search results

  1. K

    Select a Null value in Unbound Combobox

    Yeah thanks. Not really the ideal solution, but it seems that some work around should be followed. Strange that Microsoft has changed this behaviour. Thanks for the replies.
  2. K

    Select a Null value in Unbound Combobox

    It happens when the focus moves away from the control. Even with the SQL provided.
  3. K

    Select a Null value in Unbound Combobox

    Hi Thanks, but deleting what is in the combobox does not work. It works for bound fields, but if the field is unbound, then the default value appears when you delete the value. It worked on Access 97 - 2003, not sure about 2007, but not in 2010.
  4. K

    Help needed with custom Add-in

    Hi I've downloaded the add-in and it works, but I can't see how I can use that as a base for my own add-ins. Don't see how I can add items to the Add-in menu that will call my functions, or change V-Tools as it is locked. Thanks for the reply.
  5. K

    Select a Null value in Unbound Combobox

    Hi Using Access 2010. I've got an unbound combobox with a default value, but I still would like users to enter a Null value. I've got the Null value in the list of drop down items, but when it is selected, the combox value does not go to null, but instead goes to the default value. Any easy way...
  6. K

    Sum Function

    If you have a control name and field in the database with the same name, a statement like that might cause problems. Change the name of the control to be different from the database field name.
  7. K

    Help needed with custom Add-in

    Hi I'm trying to create a custom Add-In for Access 2010. I've created the add-in, and gave it a new ribbon with some buttons that will run my custom functions. I've created a accde file from that. Next, I've opened a new accdb where the Add-in should be added, and added it with the Add-In...
  8. K

    How do you change custom menu + toolbars

    OK, now I'm creating a new ribbon and I can add new items to that ribbon, but only items that have been predefined by Microsoft. How do I add new items that I've made myself to a ribbon?
  9. K

    Data Services in Access 2010

    Hi In Access 2010 it is now possible to link a web service as a table. However, when I try to link a Data Service, and select the XML file, I get errors. I can't find a lot of info on the Interwebs, so I'm not even sure that I've got the correct kind of xml file. Error I get is "The Microsoft...
  10. K

    How do you change custom menu + toolbars

    No, don't like Macros. VB just better. But if I don't have a choice I'll use it for the menus. But only for that...and the other areas where we are forced to use it :-)
  11. K

    How do you change custom menu + toolbars

    The shortcut menus can also be created with macros.
  12. K

    How do you change custom menu + toolbars

    Thanks. It seems like the vba coding as described in the previous post is only for backward compatibility and that they would like to force us to start creating our own ribbons instead of menus. That can be done. But what is Microsoft's preference for context sensitive (right-click) menu's...
  13. K

    How do you change custom menu + toolbars

    Hi I upgraded an older Access app to Access 2010. The old app had custom menus and toolbars. The custom menus and toolbars now display in the Add-Ins ribbon, but how do I change those menus? Eg if I would like to add a new button on my custom form toolbar? Under Options -> Customise Ribbon, I...
  14. K

    Access OLE file size

    Thanks for info, but as you mentioned its only good for bitmaps. The OLE will contain any docs, and will mainly comprise out of Word, Excel, PDF and MS Project. So I would need a generic method to calculate file size. Tx for reply.
  15. K

    Access OLE file size

    Hi There is a form yes, but your solution will only work sometimes as users can still open the form and drag-and-drop a file in there. They can also copy and paste contents, and then I won't know from where the file came. We need the preview of the form and I don't want to remove functionality...
  16. K

    Access OLE file size

    Hi I'm looking for a way to check the size of the file that was used to populate an Access OLE field. I've got a file on hard drive (any type), and I then add it to an Access database's OLE field. Now I would like to know how big was the orginal file. I tried the Access Len(OleField)...
  17. K

    Ctrl Break not working anymore?

    Oops, apologies. :o Did try it now, checked and unchecked. Not working. (Its possible to switch the error handlers off and then its fine, so its not a train smash.)
  18. K

    Ctrl Break not working anymore?

    Hi Nope, sorry. The option is unchecked, and Ctrl-Break is still not working.
  19. K

    Ctrl Break not working anymore?

    Yes, I am using error handlers. If I remove the error handler then the message with the 'Debug' button comes up and the code opens. But with the error handler, I show a Abort, Retry, Ignore message box, and Ctrl-Break doesn't do anything there anymore. Did work a week or 2 ago... Thanks for reply.
  20. K

    Ctrl Break not working anymore?

    Hi When I receive an error in Access and I press Ctrl Break, it does not goto my code (it used to work, but not anymore). Ctrl Break still works to halt query execution. I've tried uninstalling and reinstalling Access. I do have read, design and admin permissions on the form. My error trapping...
Back
Top Bottom