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 Chriss Miller 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: oxicottin
  • Content: Threads
  • Order by date
  1. oxicottin

    Update a text box using query

    hello, Im trying to setup this DB but am having such a hard time. I have a subform (frmEmployeeFunctionsSubform) and next to each combo box (cboArea) I want to have a text box that says if the employee completed all the requirements for the functional area it will show "completed" and if not...
  2. oxicottin

    Base foms Record source off combo box selection

    Hello, I wanted to have my forms Record source based off a selection from my combo box (cboFunction). I can create a query and open the form and make the selection in the combo box and the correct data comes up but I don't know how to execute it in VBA on my form? Below is the querys SQL... What...
  3. oxicottin

    Creating tables and relationships for new database

    Hello, I'm asked to create a database that will keep track of the progress of how many classifications an employee has done in a functional area for a position. Here is how it goes... There are 7 positions and lets say for OP 1 in the functional areas you learned under F1 some of the...
  4. oxicottin

    Broken References when switching back and forth in MS Access 07-16

    Ok, I have a database at work on our server and only one person is on it at a time and only about 5 people use it total and the odds of two people on it at the same time are slim to none and everyone here has 2007 MS access. Now one of the employees got a new PC with a upgraded version of Access...
  5. oxicottin

    Calculate Worked Days Minus Weekends and My Holidays

    This is in reference to thread702-1723375: Yearly calendar for attendance Majp helped me build that was closed. I'm now asked by my all my superior a printout of the troubled employees worked days to date for the year since they dont like to come to work and take days off constantly. Anyways, he...
  6. oxicottin

    Form that shows 4 quarters data for selected year

    MaJP, you have help me out tremendously in the past with a similar project (Attendance Database) and im envisioning this sorta like that but not like a calendar but as data. I have attached a image of what I want the form to look like and I think I have the query already done...
  7. oxicottin

    Attendance Database

    Majp, in reference to thread702-1723375 that was closed I remember I asked how to highlight the current day and you gave me some code to do so and I never incorporated it into my database at the time. Im wanting to try it and I dug threw the thread and found the vba below. I cant seem to get it...
  8. oxicottin

    Error 438 on ActiveControl.Value

    Hello, I have a form that has a control and its value is a decimal. I want to move that value to the control I opened from and I keep getting an error: Run-time error '438': Object doesn't support this property or method Debug takes me to my only vba im using on the button on the form...
  9. oxicottin

    Display Memo in combo box Or another option

    Hello, I need some ideas on the best solution for doing this. I have a memo field that I need to select from a combo box and display the result in a text box next to it which is easy. My problem is the text being long and the user having to scroll in a combo box to make a selection isn't very...
  10. oxicottin

    Multiselect listbox

    Hello, I have a completed database and after reviewing and messing with it a lot and trying different scenarios I think I should have a multiselect listbox instead of a combo box on my main form. My question is right now I save my selection my table (tbl_Hold) field (ProductID) and the record...
  11. oxicottin

    Reject user making same selection twice

    Hello I have a combo box [cboRejectLotNumber] on a continious form [fsub_RejectedData] and I cant have the same selection used more than once. What VBA can I add that will stop the user and give a message and send them back to the combo box? Thanks! Thanks, SoggyCashew.....
  12. oxicottin

    Move Value of control to next record in continuous form

    Hello, I have been trying to figure this out and have no clue how to get the value of the last records [txtLotNumber] into the new record [txtLotNumber] using the button cmdCopyLotDown. I also don't want to show the button on the first record because there is nothing to copy down an it will...
  13. oxicottin

    Print only first page and hidden

    Hello, I need to only print the first page of my report using vba and I need to not open the report so it needs to be hidden. I also would like to get a dialog but I cant figure it out... I can get it to print the one page using the code below but it briefly opens a preview of the report so I...
  14. oxicottin

    Saving Calculated Fields

    Hello, I know your not supposed to do this and if I could figure out not to that would be way better... I attached my database I have been working on and im stuck and have been for some time on this. What I have to be able to do is email some data using outlook and it could be as an report...
  15. oxicottin

    Update a texbox from another textbox using vba

    Hello, I have a form that has a formula and this text box is hidden and named txtAutoHeld with a formula; =IIf([cboProductID].[Column](1)="SLOC...
  16. oxicottin

    Requery a form without going to first record

    Hello, I used to have a bit of code I found on the net someone wounderfull person wrote that allowed you to requery the form and it wouldnt take you to the first record it would stay on the current record and I cant find it anywhere.... Please help! Thanks, SoggyCashew.....
  17. oxicottin

    Limit picture size to 1mb or less

    Hello, First I want to say this code is not mine I have found it years ago and been using it since in a Visual Work Instruction database since to get images for each instruction or step in a process. Anyway, I have a button on my form that has the code below: Private Sub cmdImg_Add_Click() On...
  18. oxicottin

    Visual Work Instruction Database (VWI) Design

    Hello, I am wanting to start a project of putting together a VWI or Visual Work Instruction Database that you would be able to write steps on how to perform a job safely and its hazards and tools needed on each step along with an image if available OR a video if possible on some steps besides...
  19. oxicottin

    Continious form with new and lasst record on top

    Hello, I have a continious form thats record source is a table (tbl_MachineOutput) not a query. How can I using VBA have the new record on top and then last record first so I dont have to scroll down the form? Thanks, Thanks, SoggyCashew.....
  20. oxicottin

    Joining querys help

    Hello, I have this database and I’m having trouble figuring out this query that works with the unload event of my [frm_ShiftDay]. Here is how it’s supposed to work…. I open the [frm_ShiftDay] which I select a shift and date and technician and in its subform [frm_ShiftMachinesRanSubform] I enter...

Part and Inventory Search

Back
Top