Search results

  1. B

    Help accessing database background

    I have recently taken over a database from someone that has left the company as administrator however I have had no handover notes or password information. I need to get into the database background however holding the shift key when I open it is not working. Is there any other ways to get...
  2. B

    Chucking Users out of a databse

    Can someone please advise of some code I can write to chuck all the users out of my database should I want to take it offline to make changes?
  3. B

    Changing a Table Field Type

    I have a field in a table that is imported from another database, its type is Test but I need to set it as a number field during a VB calculation Macro. Can you please advise how I do this? Thanks
  4. B

    Opening a datasheet form with a specific query criteria

    I have a supplier search query set-up where you can enter part of the supplier name and it will return all matches. This criteria is set-up as Like "*"&[Enter Supplier Name]&"*" I have on a supplier search form a text box (me.text2) where you enter in the part of the supplier name and click...
  5. B

    Urgent Help required with a wizzard

    My Command Button Wizzard seems to have switched itself off. Is anybody able to tell me how to switch it back on so I can continue with my form designs? Thanks
  6. B

    Problems with a query parameter

    I am writing a query that will allow a user to search for a supplier number using part of a supplier name. I cannot work out how to bring up a promt box where it is set to "like" or "contains" I would have thought that in the criteria I would enter: is like [enter supplier name] or...
  7. B

    Parameters Table in Access

    I am setting up a database that is merging and grouping a "Global Spend" by my company from 7 different systems. In order to present this data I want to be able to append all the data together but also add in 2 new fields that represent the quarter that the data was loaded and grouped, also the...
  8. B

    Sending Messages to all users

    I have database that is multi user. Is there anyway that I set up a message that is sent to all users that are logged into the database at the click of a button Thanks
  9. B

    Database Kick-out help

    We have a multi-user database that has a facility to kick all users out of the system when we are having system issues or need time to implement small urgent changes. This functionality currently provides no warning to the users and therefore people can be in the middle of completing updates...
  10. B

    Help with Control Button Settings

    I have a control button that I need to be unavailable if a check box is ticked (to stop users being able to reject and authorise items) Can you please advise how I can create a rule for the button that means it will be blocked out if the check box is ticked?
  11. B

    Adding days onto a date field

    I am trying to add a certain number of days onto a date field to create a due date within a Table but can't work out how to do it. I know that to add days on I can use the function DateAdd but the only way I can see how to do this is to create and update query to run and add the date on. Is...
  12. B

    Field Extension

    Is there anyway to extend a field set as text to more than 255 characters? Thanks in advance
Back
Top Bottom