Search results

  1. K

    password on form question!

    I have this code to ask for a PW to get to the next point. When I enter the password I can see " hey! " ... is there a way to make the pw show as **** when it is being typed in? Dim strPassword strPassword = InputBox("Enter Password", "Restricted Form") 'Check to see if there is any...
  2. K

    Fields with trailing spaces.

    Thanks, so is there a trim function that can trim trailing spaces even though the characters in the field are different lengths?
  3. K

    Fields with trailing spaces.

    I have tables that get their data from SQL server. Some of the fields in the table have trailing spaces. Does this issue need to be resolved in SQL server or in Access?
  4. K

    Criteria input format

    Alright thanks!
  5. K

    Criteria input format

    Wayne thanks for the suggestion! I actually first started out doing it like that, but the setup of my database doesn't conform well to that so I just changed it to open the parameter window. So other than an Access form is there any way to format the parameter window?
  6. K

    Criteria input format

    I have the following query. SELECT Table.*, Table.Date FROM Table WHERE (((Table.Date) Between [start date] And [end date])); Is there anyway I can format the box that prompts you for the start and end dates? I would like the format to be, mm/dd/yyyy ? Any help?
  7. K

    Prompt for date with Windows

    I know how to do parameters for a query. I want parameters from windows and not from an access form. For example vbOK that asks you for date start and date end. If this isn't possible just let me know and I can just use an Access form like I was doing before.
  8. K

    Prompt for date with Windows

    edit: nvmd
  9. K

    Headache

    No, but we have a lot in common. A lot of people use us everyday... :mad: lol
  10. K

    External Hard Drive

    wow that's crazy. 2 years ago that could run you $300.
  11. K

    External Hard Drive

    I'm looking to buy an external HD since I've seen prices drop dramatically this past year. Anyone have any recommendations on at 100gb HD? Right now I'm leaning towards Maxtor or WD. Links to cheap external HD would be great! I'm in the US btw and I'm looking to spend <$90
  12. K

    Headache

    This guy named google can tell you the answer
  13. K

    Help Writing an Expression

    count: count(*) will that work?
  14. K

    FE/BE problem

    no clue, maybe someone else can help. It should work, maybe try split up the db again or manually link the tables yourself and export all of the objects.
  15. K

    FE/BE problem

    what is .accdb? shouldn't it be .mdb? The FE has no visiblity on the BE so check the file path
  16. K

    FE/BE problem

    What is the exact error?
  17. K

    FE/BE problem

    I recommend you reply instead of editing the original post. This helps other if they have the same problem. Your tables are linked to the FE right?
  18. K

    FE/BE problem

    Well is the E drive on the network? They need visibility on the BE.
  19. K

    adding an "ALL" selection to my listbox

    The problem was I didn't know what to look for. I didn't think a union query would solve this. For one I don't know what a union query is or does, but now I know.
  20. K

    adding an "ALL" selection to my listbox

    Yeah man, I googled "access list box All" and I was taken to a bunch of things that were irrelevant.
Back
Top Bottom