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 strongm 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: nikademous
  • Content: Threads
  • Order by date
  1. nikademous

    function to count down then up on button press

    Hello, first I want to start off by saying I'm super new to coding and learning and my project is in Micropython which I guess is a version of python. My question is I have a beginner project I been wanting to do and its almost done except I needed to add a counter for a button. This counter is...
  2. nikademous

    List procedures in a module

    Hello, How do I create a list of procedure names from a single module(mod_Menu) and have them populate in a combobox (cboRun)?
  3. nikademous

    Expand Or Collapse form footer

    Hello, I have been trying to figure out how to get my switchboards(frm_Switchboard) form footer to expand or collapse based on Yes/No field in table (tbl_MenuItems). If I select an option that requires a start and end then collapse the footer and once dates are entered select the button again...
  4. nikademous

    Expand text box width to fit text

    Hello, I have a bound textbox named txtItemText and I need to have this textbox expand to the right to fit the text that's displayed. Is this possible and if so how?
  5. nikademous

    Fill text boxes with table data

    Hello, I have a table tbl_Sizes and it's field (lengths) has all measurements up to 2"inches. I need to create a picked for those lengths. I wanted to create let's say 40 text boxes named (txt1, txt2) and when the for opens it populates each text box with the data from the table and when clicked...
  6. nikademous

    Update table links from a utility to separate BE and FE

    Hello, I have a update utility that moves files (tables, forms and module) into a chosen front end and back end. What im trying to do from this utility is link the that BE(s) tables to the FE that I chose. I cant get it right, I get down to the second Debug.Print strTblName and it gives me the...
  7. nikademous

    Run Time Error 6 Overflow

    I found a module to resize my image frame and I keep getting a Overflow error when it opens and it takes me to: Any ideas on how to fix? Option Compare Database Option Explicit 'This function will resize and center an image frame based on the 'dimensions of any image. Public Function...
  8. nikademous

    Error Logging to table

    Hello, I have a split database and sometimes I get an error. This error has never happened to me and to get a user to tell me what happened isn't useful. Is there an example module that can log any event errors into a table, kinda like this one HERE? Thanks,
  9. nikademous

    Go to specific Record based on date

    Hello, I have a form (frm_ShiftDay) that has a date field [ShiftDate]. I want to create my own text box "txtSearchDate" and a button "cmdSearch" and have it go back to the date from the entry in the text box. The only problem is there are two records created for one date so I figure it would go...
  10. nikademous

    Line Method for use with expanding controls

    Hello, I have a sub report that I want to use and understand how the line method works to draw lines around controls and the detail section. In my sub report I have a text box named (txtComponentInstalInstruction) and next to it I have a image box (imgJobStep). The image is always going to be...
  11. nikademous

    Search form that finds numeric with commas

    Hello, I needed to add to my search form the ability to search from a multi select list box for data in a numeric field (RuleOfConductNum) from my table (tbl_ContactRecord). The data in the field is saved from a multi list box with a comma between each number such as 2,6,3 or 7,11. I want to be...
  12. nikademous

    Data entry with cascading boxes on a continuous form

    Hello, I have been trying to figure out how to set up a form that you enter a component and component Value for the chosen product. Now right now there are 11 components and each components value there could be anywhere from 2-10 you could select from. Example below for FeedWheel you have a...
  13. nikademous

    Highlight controls and bold and highlight its label

    Hello, I found the code below to highlight the control that has focus and it works great but I also wanted it to: Highlight or bold the controls label that has focus. Be able to use in a continuous form. Right now if I select a control in my detail section, it selects every control down the...
  14. nikademous

    Email Report as Attachment using Caption Name and without Outlook Reference

    Hello, I have the VBA below I am using to attach reports and email through outlook 2016. My report name is the actual name of the report like rptSomeReport. How can I use the reports cation name as my attached report name. Next, I don't have my database split and everytime I change versions of...

Part and Inventory Search

Back
Top