Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PlumDingo
  • Content: Threads
  • Order by date
  1. PlumDingo

    Creating a custom search button

    Hi i hope that someone can help with this. I am new to Access code writing. I am trying to create a command button that will pop up a search field allowing the user to serach by either employee name or employee id. I do not want them to have replace as an option. After the employee hits...
  2. PlumDingo

    Word wrap in the vba edit window

    Hi, I am trying to find something that will allow my code to wrap around so that it doesn't go past the window and activate the scroll bar. I sometimes have long code and I would like to set the characteristics of the window so that it word wraps. I am using VBA for Access. Any help would be...
  3. PlumDingo

    Allow user to look up a record and only update that record

    Hi, I am trying to do the following with my database. I have a database with a table named Employees. I also have a form named Employees that I use to enter information on the form. What I want to do is, only allow the user to see one record at a time. In other words, if they need to look up...
  4. PlumDingo

    Delete a record using a form that is not tied to a table.

    Hi, I have the following database: Employees Scheduled Vacation Total Vacation Allowed as well as some other tables that don't really affect this operation. Each of them are related by the Employee ID number either as a primary or foreign key. I cannot enforce referential intergrity on the...
  5. PlumDingo

    Print Vacation Calendar by the month

    I have a database that currently has all Scheduled vacation for the year in a table. I have been trying to convince my co-workers to come out of Excel and use this instead. The only problem is that they want a report of the Scheduled vacation to come out in a monthly calender format where on...
  6. PlumDingo

    Calculating values to fill a table

    I have a database that maintains the vacation for the bargaining people at work. Currently, I have a form where you are required top manually enter the person's earned vacation hours, carry over hours and then the hours remaining from the currently scheduled hours, Is there a way to...
  7. PlumDingo

    Populate a form field after selecting another field

    I have a table called Scheduled Vacation that basically tries to keep track of the vacation that an employee requests. I have a form that I use to enter the data. The form has the following fields: Sch Ind which is an autogenerated number for the primary key Empl ID Date Total Hours Scheduled...
  8. PlumDingo

    Converting Excel to Access Database

    I am in the process of converting my jobs vacation spreadsheet for their employees to an Access database. I have a bunch of different classifications and I need to have a table that shows a summary of the hours of vacation earned, the hours carried over from the previous year and the number of...

Part and Inventory Search

Back
Top