Recent content by Losartan

  1. L

    google search link

    hello, I have a database that I would like to have a google search from. I would like to have an unbound text box named "searchitem" the user would type their search topic in the box and press a command button. This would search google and pull up the matches in their web browser. How...
  2. L

    Page Down/Up control

    I think there might be some confusion. The continuous form shows more than one record. It currently displays 18 records but the user has to scroll to see more than 6 at a time. This is a duties task list that provides the user information on the status of a task. That's why I want more than...
  3. L

    Page Down/Up control

    It would be the easiest way! I'm building a status bar that shows what is going on and I need to have numerous records showing at once.
  4. L

    Page Down/Up control

    Hello, I have a continuous form that utilizes a touch screen for input. I have placed a page break after each record and am looking for a way to add a command button to perform like the Page Up button on the keyboard so the user can scroll throught the records. Any ideas? thanks, jason
  5. L

    Sound Files Help

    Hello, I have a database with an action on a click event. The action is plays a wav or mp3 file. I would like for it to play for a specific length of time or allow the user to stop the sound when another action is completed. Set wmdp = CreateObject("WMPlayer.ocx.7") wmdp.url =...
  6. L

    Date Filtering Help

    This worked perfectly!!! Thanks for your help. This place rocks! Jason
  7. L

    Date Filtering Help

    Hello, I have a database where I capture when a task was created and when it was completed [dteDate] and [CompleteDate]. I want to capture the time as well so i document the now() into those fields. On my form, I want to view only the tasks that are due today. When I put the filter of...
  8. L

    Question Duties Not Done Status Board- Set-up help

    pbaldy, I figured it out. Thanks again for all of your help! Jason
  9. L

    Question Duties Not Done Status Board- Set-up help

    I'm sorry pbaldy. I am completely lost! That must mean it's Monday! I hate to even ask but is there any way you can help me with this? Jason
  10. L

    Question Duties Not Done Status Board- Set-up help

    pbaldy, Thanks for your response. Now I feel like I am getting outside of my knowledge of Access. I would like for it to automatically add a date for all duties without user input. You are saying that I make a module in a separate database with the code you posted. Then, I use a macro...
  11. L

    Question Duties Not Done Status Board- Set-up help

    Where would I insert that code?
  12. L

    Question Duties Not Done Status Board- Set-up help

    I know better than to use the word "Date" as a field. I had a brain fart. I didn't know about the table lookup field. Would I just write code to pick the employee? The code looks like it would do what I want. I don't want the user to input dates. I'll give it a shot. Seriously, I really...
  13. L

    Question Duties Not Done Status Board- Set-up help

    pbaldy, I sent you a pm. Here is my db. Thanks, Jason
  14. L

    Question Duties Not Done Status Board- Set-up help

    Ok. I think I have most of it figured out. A few more questions: Each task has whether a technician or pharmacist is required for the task. If the pharmacist is checked yes, I want a command button for a pharmacist check to show for that task. If a pharmacist is not needed, the command...
  15. L

    Question Duties Not Done Status Board- Set-up help

    Ok. If I understand this correctly: List all Daily tasks in one table: TaskID Task What would go in the activity table? Date Completed and Employee? Would I have to go into the db daily to update the tables so the form will show the current day's duties or can that be automated? Thanks for...
Back
Top Bottom