Search results

  1. Z

    Filtering

    I have a text box (txtInput), is there a way that I can filter results on a form based on txtInput.text?
  2. Z

    Text Box Addition

    I have a form. Is there a way when you click the record selector at the bottom of a form it will out increment the text box. heres what id like to do: txtnum = 21 hit record selector. goto record 2 txtnum = 22 hit record selector goto record 3 txtnum = 23 Is this possible? Also these are new...
  3. Z

    > Than Comparision in strings

    because.. because Im looking for hours and minutes. My text file shows times it take to backup.. 1:13 = 1 hour 13 minutes. Excel takes that and makes it 12 am and all this. Im looking for hours and minutes.. So thats why Im forced to do it this way. It was the only way I could think of...
  4. Z

    > Than Comparision in strings

    Hi. I am trying to compare 2 string values. 5:00 5:45 9:54 10:15 Lets say those are my values. Well in the formula >"5". 10 Will not show up correctly. Does anybody have a piece of code or something that will correctly display 10 as >"5". Any help greatly appreciated. Thanks
  5. Z

    Question

    correct. But I am importing a text file into access. The txt file looks something like this: client date date time roc_bu 05/19/2005 05/19/2005 01:57:54 and when you import something like this access changes this...
  6. Z

    Question

    record server date time 158724 UnixWknd 5/8/2005 5:00 155932 rocu 5/1/2005 49:02 Why on a query set up to read this table and with criteria >=5:00 only return record 158724? when clearly 49:02 is bigger then 5:00.. any help is greatly appreciated..
  7. Z

    Macro

    I have a database and in order to get the correct values you need to run a few queries/make tables/delete tables ect. I was wondering if there was a way to code something so that on command click button it would run through all the neccessary steps so people dont have to manually do this. please...
  8. Z

    Query Problem Displaying Values over 10

    I have times that are converted using a hoursandminutes function. Times range from HH:MM to D:HH:MM. But it has a problem correctly displaying times that might be 1:00 and 10:00. I want to criteria >"5:00" Any reason why 10:00 would not show up in this criteria? Any help greatly appreciated.
Back
Top Bottom