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

    extract list of table fileld names

    How do I extract a list of table field names and put them into a different table?
  2. newcoder54

    Need headers placed IN the table

    I have a query which has a cross tab query as its source. So the "fields" change often. I want my query to just pull the field names and put them into a table. Over my head.
  3. newcoder54

    Combo boxes on form with two tables update problem

    I have two tables and one form. One table is the row source and the other is the data table. A common field UniqueLastName ties the two together. I have several combo boxes on the form. When the user picks a last name the whole form should populate with the persons other info and save it to the...
  4. newcoder54

    Error Msg "Control can’t be edited: it's bound to unknown field MyName

    I get the error message "Control can’t be edited: it's bound to unknown field MyName" when I click on a choice in a combo box. Am at end of the rope on this. All the other controls work and are much like this. Just hoping someone can give me some ideas on this - Thanks - Larry
  5. newcoder54

    Problem getting combo box to require user input

    I have a combo box on a form. When the form opens, Set Focus is on the box. I want to require the user to select a name from the drop down or not be able to go to other boxes if they do not. Ideaa please. Not seeing what I need from older tips so far. Thanks
  6. newcoder54

    Need every other detail line to be bold font

    In my detail section, I need every other line to print in bold. Kind of green bar effect to make the report to be easier to read. I know that some code needs to be in the format section of the report that loops as it prints. Thanks - Larry
  7. newcoder54

    Need to kill old files ending with a wildcard name

    I have a function that works fine to kill files over 2 days old but wish I could kill files that have file names ending with, for example, a sequence number. For example I want the function to kill files like this C:\My Documents\Johnson datafile-544.doc but not to kill C:\My...
  8. newcoder54

    Function to delete file over x days old

    Just need a idea to kill a file if over so many days old. Something like this: Function KillOldFile() If C:\My Documents\MyFile.xls is over 3 days old then Kill End Function. I know its simple but still over my head as a user. Thanks
  9. newcoder54

    Need function to run Outlook macro from Excel

    Need a function for Excel XP that will run a Outlook XP macro that I specify. Thanks - Larry
  10. newcoder54

    Need Access function to run Outlook Macro

    Hi: A need a function for Access 97 so when run will run a macro I created in Outlook XP - Thanks - Larry
  11. newcoder54

    Export text – final data does not format correctly.

    I am trying to export text using the Access Export data (Transfer Text or the command TransferText) but my final output is not what I want. I want no time stuff in the day/date section and no decimal point or anything to the right of the decimal point. My output table is set just fine. It just...
  12. newcoder54

    Deleting Import Error Tables automatically

    How can I delete tables using code? Need to delete tables that result from less than perfect imports. The table names all start the same name of coase but end with 1,2,3 etc. Or to be exact: Brecksville$_ImportErrors1, Brecksville$_ImportErrors2, Brecksville$_ImportErrors3 etc etc Thanks for...
  13. newcoder54

    Running Access from Access code problems

    I am trying to run another Access 97 database from within my currently open database. The goal is to use some buttons on my main database to run others that move data around. This code kind of works but never finishes and something sure is not right. Comments please - Larry Function...
  14. newcoder54

    Need Access funtion to rename file by appending date to it

    Over my head. I need an Access function to rename a file and append the current date to it. Ideally from Access I can click a button and it’s all over. I would probably have around 6 buttons that I can click daily to process the 6 files when needed. Wonder if I could even maybe add hour. Thanks...
  15. newcoder54

    Print a Word document from Access Form

    I need to have a function that will print a DOC file when I click on a button on a Access 97 form. I suppose Word has to open a bit, print and then close. The file has a specific name in a specific folder. Over my head at this point to do the code. Thanks much!
  16. newcoder54

    Changing screen resolution from Access 97 Button -??

    While preparing reports, I need to change my monitor’s screen resolution often from 800 to 1054 and back. Any way to write code to do that?. Would be so very nice to just click on a button on a form to do that? Thanks
  17. newcoder54

    Report formating - different apperance on different computer

    I have created many reports (Access 97) that output to Word and all is fine. But when I move the database to a different computer. The reports come out with some right side cut off, dashes are shortened, some text put into next line etc. Why? Using same HP printer. Same software. What setting or...
  18. newcoder54

    syncronizing records on 2 forms from the same table

    I have seen other post to do with synchronizing records between 2 forms but they are different enough and over my head so here goes. I had to split a big tabbed form into 2 tabbed forms because it had too many controls. So all I need to have is the same record appears when I open 1 form or the...
  19. newcoder54

    code to control scroll bars on form opening

    Is there code that can run when a form opens to force the scroll bars to the top? This is sort of a afterthought to a earlier post about my tabbed form not opening showing the tabs. I suppose the tabbed form is too long but I can't do anything about that. Just want the tabs to show on form...
  20. newcoder54

    Tabbed form does not open showing tabs at top

    I have been cleaning up a tabbed form that has been a problem because it will not allow any more contorls. So I created a new form and moved some of the controls to those tabs on the new tabbed form. But now, when the new form opens it shows the lower portion of the form requiring scrolling up...

Part and Inventory Search

Back
Top