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 strongm 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: *

  • Users: barry2004
  • Order by date
  1. barry2004

    REMOVE FOCUS

    Hi guys how do you remove the focus from an object. In other words, the opposite of SetFocus?
  2. barry2004

    [94] Invalid use of Null - when opening calendar form

    Not really sure i get what hey are trying to do on http://www.mvps.org/access/forms/frm0031.htm
  3. barry2004

    ERROR ON SEARCH FORM

    WORKS, NICE ONE DUDE!!
  4. barry2004

    ERROR ON SEARCH FORM

    Hi guys i have search form on my database which searches for results from a query called qry_searchBK and this query is derived from a table called tbl_bookings. I have a search button on the form which has on OnClick event as seen below. When i click on the search button i get an "Run-time...
  5. barry2004

    [94] Invalid use of Null - when opening calendar form

    Or See: - www.baybie.clara.net/Calendar.mdb
  6. barry2004

    [94] Invalid use of Null - when opening calendar form

    Hello it's: Private Sub Signed_In_DblClick(Cancel As Integer) DoCmd.OpenForm "frmCalendar" End Sub frm_calendar is a freeware calendar form which you find around on the internet...
  7. barry2004

    [94] Invalid use of Null - when opening calendar form

    Hi guys, I have a datasheet form called "frm_bookings" which has 2 Date fields called "Date In" and "Date Out". Each of these fields has a On_Double Click event which then Opens a calendar form called "frm_calendar", this works just fine. Here's the problem, if "frm_bookings" is used as a...
  8. barry2004

    RUN MACRO WHEN CONDITION IS MET

    Hi guys, i would like to know how to Run a Macro when a certain condition has been met. I have a table called "tbl_inventory" and a query called "qry_CountofInventory", the latter being a count of how many items (lapptops) are in our inventory. Just like conditional formatting i would like to...
  9. barry2004

    SQL RECORDS EQUAL TO OR GREATER THAN DUE DATE

    Hi guys i have a database used for tracking equipment loaned out to staff. It is comprised of a form called frm_loan derived from tbl_loan which has "Date Out", "Due Date" & "Date In" Fields. The "Date Out" Field has a Default value of "=Date()" and the "Due Date" is derived from formula "Due...
  10. barry2004

    DISPLAY LAYERED (HIDDEN) FORMS

    Thanks Robert.
  11. barry2004

    DISPLAY LAYERED (HIDDEN) FORMS

    Hi guys i have a problem but one which i believed you have encountered and answered before. I wish to create a form (frm_lapstock) which has buttons on one side which when clicked on would open and display other existing forms on the right-hand side of this new form. See :-...
  12. barry2004

    CREATE FORMS WITH CURVED EDGES

    THANKS PAMPERS & THEACEMAN YOU GUYS R GREAT!!
  13. barry2004

    CREATE FORMS WITH CURVED EDGES

    Hello guys the subject is self explanatory, is it possible to create forms with curved edges instead of the straight ones and can you also change the colour of "Page" Forms??
  14. barry2004

    CHANGE ROW COLOURS IN DATASHEET

    Thanks all of you and for those who have benefited from this post all the better. I had already used the Mod 2 <> 0 control ages ago but was only able to get the specific field formatted. Will take what RoyVidar said into consideration. I really had no significant need for it, was more for...
  15. barry2004

    CHANGE ROW COLOURS IN DATASHEET

    Hi guys, trust me i have tried everything one can think of. Not even conditional formatting has the above mentioned capabilities.
  16. barry2004

    CHANGE ROW COLOURS IN DATASHEET

    Hi guys, this question has been asked in various guises but not in this manner. Are there ways of changing the colours of all the rows whose ID numbers are either Odd or even? E.g. rows with record ID's 1,3,5,7,9,11 etc. would have a different colour to the even numbered rows which would remain...
  17. barry2004

    TIME STAMP RECORDS IN ACCESS

    Hi Guys, i have a call logging database for which i would like to have a date & time stamp included on a form called "History". The form has 4 fields: Comment, Hrs, mins, Date. The "Date" field will be the one to contain the Date/time stamp. I have tried using =Now() but that's not going to help...
  18. barry2004

    DISPLAY ICON/IMAGE ON DATASHEET

    Hi guys i once asked this question at another forum 2 years ago. Is it possible to view icons/images on a datasheet just as you would on a TreeControl in Access?. So in other words have a field on your datasheet that would just display either a .bmp or .ico image and it would display the same...
  19. barry2004

    OPEN SUBFORM IN SAME WINDOW

    Hi guys, I have a form similar to the Microsoft Outlook window (tree control on the left and subform on the right). Like the Outlook window I would like the subform to change each time you clicked on an item in the tree control without opening in a separate new window. Ideas…Know this would be...

Part and Inventory Search

Back
Top