Search results

  1. P

    output to excel

    Hello everyone! I have a code that outputs the rusults from a query to excell... no problem here :cool: ... the problem is that excell does not show the whole record in a cell untill i change the width of the column... So is there any way to automatically adjust the width or maybe the hight of...
  2. P

    Problem with SQL script... plz help

    Hello everyone. I created a script that will generate an SQL script based on search criterias that user enters in a form... A funny thing that it looks ok in a message box just before i ran it.. but then it gives me this kind of error: A runSQL action requires an argument consisting of an SQL...
  3. P

    date check problem

    How do i check if variable's value is zero for date type? i tried this but it does not work: if me!DateFromControl.value <> 0 then blah... blah... end if gives me an error... Please help.. any suggestions will be appreciated. Thanks.
  4. P

    Changing a records in a table

    I want to find a record in first column <Employee ID> of a table <Employees> and then change the corresponding record in a second column <Password>, is there a function similar to DLookup but the one that changes values? Please help... thanks [This message has been edited by partizan82 (edited...
  5. P

    Matching Table Data

    I'm somewhat new to VBA & Access and i need to do something important here.... so don't screem at me if i ask dumbass questions... My problem: I have a table <Employees> with to columns <EmployeeID> and <Password> and I have a log in form <LogIn> with 2 fields and a button that suppose to...
Back
Top Bottom