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 bkrike 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: DraGo150
  • Content: Threads
  • Order by date
  1. DraGo150

    DLookup working too good...

    Thank you for any help in advance. I have a form that the employees fill in the first, last, and DOB of a client and I have a the below script to look at the table to make sure that the name has not already been entered. It works too good. It is finding names that haven't been entered yet. There...
  2. DraGo150

    DlookUp Run Time Error 3464

    Hello, trying to understand what I am doing wrong. I have a DLookup to search the table for duplicate records before update, but it keeps producing an error. Any help would be appreciated. Private Sub DOB_LostFocus() If (Not IsNull(DLookup("[LastName]", _ "tbl_Client", "[LastName] ='"...
  3. DraGo150

    Defualt value in subform

    I know this will probably very easy to fix but it is driving me crazy.. I have a main form (frm_InventoryData) with a subform (frm_Transfer_sub). On the main form there is a combo box [Location] pulling from (tbl_Cubical, [Section], and I have the [From] Default Value on the subform pulling (...
  4. DraGo150

    Simple Form Problem, Not sure what to do. Data not going in.

    This is probably is a very simple problem I’m sure, but not sure how to correct it. I have a form (frm_Client) with tabs, and one of the tabs has the product the client is purchasing. I have a field that the owner input the weight of the product. Then I have another unbound field that...
  5. DraGo150

    Simple Anniversary Date query.

    This is probably very simple, but it has eluded me for two days now. What I am looking for is a Between criteria in a query that will allow the user to input the beginning month, day and ending month, day to search for anyone with a anniversary date in the chosen date range. I am trying not to...

Part and Inventory Search

Back
Top