Search results

  1. H

    stLinkCriteria issue

    I just don't get how to write that piece of code given my situation.
  2. H

    stLinkCriteria issue

    Hi, I've attached two photos to make this explination a bit easier. On my main form (when the database opens) allows the user to search by Fed ID using a textbox and a button with code which will return all records that match that FED ID and fall within a year from Today's date. Photo 1...
  3. H

    Store Dlookup Value in table

    i just put the lookup value in the beforeupdate of the category field on my input form. works like a charm.
  4. H

    Store Dlookup Value in table

    I guess I could add another field to the table and form and just copy what is generated into this new field as a workable fix? Or is there code that I can write for this to happen?
  5. H

    Store Dlookup Value in table

    Because I want to search by the item number and not a counter number... Oh and also, I need to upload the item info to the web so im going to create a report that has all the data laid out in the appropriate format so i can just copy and paste the lines i need.
  6. H

    Store Dlookup Value in table

    I just don't understand how to search by generateditemnumber in a query when the field I'm looking for is concatenated by 2 fields (categoryabbr + my number)?? I.E the 5th item to be added to the database (a computer) would be cpu5 using the 2nd column of the category table along with the Dmax...
  7. H

    Store Dlookup Value in table

    mynumber field
  8. H

    Store Dlookup Value in table

    Hello All, Access 2003. Edit: These fields are on my input form. I have a field called "GeneratedItemNumber" in my table "tblMain". This field uses a number field "MyNumber" and a category field "Category" and combines these values using this code in the generateditemnumber control source...
  9. H

    Combining an autonumber field and a text field to show in a third

    Thanks Chris, You example was great and it makes more sense. Thank you too Bob. Works great!
  10. H

    Combining an autonumber field and a text field to show in a third

    Here's the thing, I need to know what the item number is/will be (with the category abbreviation and unique number) at the input screen based on my duties regarding this information. Since creating databases..and i am no expert, but all of my tables use autonumbers and ive never had the...
  11. H

    Combining an autonumber field and a text field to show in a third

    Well, I looked around, I am close with this My new generated item number field has this as the control source: =[Category] & [itemnumber] The thing is I have the Category combo field showing the first column of the table and then next to it I have Category combo field showing the 2nd column...
  12. H

    Combining an autonumber field and a text field to show in a third

    Hi All, Access 2003. I have an online web shop where I need to create a database to store my items. I need to generate item numbers combining my autonumber field and my category abbreviation field. For example, the second item to be added into my database is a computer. I select computer...
  13. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it I got it. Never had to do something like that. Awesome Bob!!
  14. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it What is standard module?
  15. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it Am i suppose to copy all that code and replace it with mine, or do I just need a piece of it?
  16. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it http://bytes.com/topic/access/answers/888494-vb-input-box-password-help Does this make sense to you?
  17. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it Well that code didn't do anything. Some part of the code will need a "*" to let it know thats what you want to type as a replacement for the characters. I could use a text box and have it work with the command...
  18. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it Check this out first: http://www.databasedev.co.uk/button_security.html That is the form popping up...
  19. H

    I have set a password with "on click", how do I show "*" when entering it

    Re: I have set a password with "on click", how do I show "*" when entering it Access has a "restricted form" dialog box that pops up when I hit the button to enter the password. I dont believe i have access to the properties for that Access Dialog Box. I think I would have to add something to...
  20. H

    I have set a password with "on click", how do I show "*" when entering it

    I have set a password with "on click", how do I show "*" when entering it Hi All, I created a password "josh" on one of my form buttons on click property. How do I encrpyt it (I hope im using the right terminology) when someone clicks the button and begins typing the password. In other...
Back
Top Bottom