Search results

  1. S

    Assign specific text to a keystroke!

    When text is being inputted into a Memo Field is there any way that specific text or say.. the time & date, could be assigned to a set of keys such as [Ctrl+D] or a F key. Is this possible?
  2. S

    A default selection in a ComboBox

    Having just entered a Suppliers details in a table that has the usual fields, SupplierID [autoNumber] SupplierName [Text] SupplierAddress [Text] etc I now need to enter a Products details in a table, ProductID [autoNumber] ProductName [Text] ProductSupplierID [Number] etc The Supplier of the...
  3. S

    New line in a Message Box

    I'm using an VB 'Event Procedure' to display a Message Box strMsg = The message is quite long and it displays right across the screen. Is it possible for me to make it display on 3 lines?
  4. S

    Converting #Error to return zero

    Im using Count([ContractID]) to count the number of records in a query used on a Subform. It works great when the query finds 1 or more records but if there are no records it returns #Error and I need it to return 0(zero)... Any ideas how I can achieve it?
  5. S

    MSysAccessObject denies me access

    I've been using an Access2000 database I've developed for about 18mths now. Last week I was using it on one of my network PCs, the data is stored on my Main PC, when my network PC crashed. Since then every time I try to open my database, even from my Main PC, I'm getting the error messge...
Back
Top Bottom