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

    MSExcel: Convert blank cells to 0?

    I've got a largish spreadsheet that I imported from Access. I'm using the values in the spreadsheet to calculated averages on another worksheet. The problem is that the imported data has a large number of blank cells. I want to convert those cells to 0 when I use them to calculate the...
  2. BaudKarma

    Show + in front of positive values?

    Excel newbie, please forgive me if this is obvious. I'm calculating a variance column as (A2-A1). Negative numbers display fine, but i'd like to display positive numbers with + in front of them, in other words like +4.02%.
  3. BaudKarma

    Allow edits after opening form readonly?

    I'd like to open a form with docmd.openform ...acreadonly..., then make a single field on the form editable. Is this possible?
  4. BaudKarma

    Functions like vbcrlf?

    I'm building a program to track promotions within our company. One of the requested functions is for the program to automagically send an EMail to payroll when HR has recieved all of the paperwork necessary to approve the promotion. I've got the code to compose and send the EMail completed. I...
  5. BaudKarma

    Formatting after export from Access

    Management has decided that they would like to see some of the data from my Access database exported to an Excel spreadsheet. I can handle the data export with no problem, but then I find myself opening up the spreadsheet and spending 15 minutes retitling the column heads, bolding and coloring...
  6. BaudKarma

    Count conditional results on several fields

    Designing a report for our quarterly bonus program. Table layout, field names, etc were set up before I got here, and can't be changed for various reasons. We have five fields in the table which can get set yes/no. What I want to do is count how many of those five fields are set to "yes", and...
  7. BaudKarma

    Tracking historical changes?

    We've got 5000 stores. Each store is assigned to a region with 10-12 other stores. The problem is that stores are constantly being reassigned and moved to different regions. For reporting purposes, we'd like to be able to tell which region a particular store was in at a certain point in...
  8. BaudKarma

    Can't set watched folders in Distiller 7

    This is confusing. I'm using Distiller 7.0. I want to set up a watched folder. Acrobat help says to click Settings -> Watched Folders. Sounds easy enough. I click Settings in Distiller, and there's no option for Watched Folders. I see Font Locations, Edit PDF Settings, Security...
  9. BaudKarma

    System crashing - where to start troubleshooting?

    I don't even know which forum to post this in, so I'll start here. I upgraded my system last spring - Asus K8N mobo, 2 SATA drives, 1 IDE drive, 1.5 gig of RAM, ATI 9800 video card, ask about any of the other stuff if you think it's important. The systems been giving me problems since I put it...
  10. BaudKarma

    Err Msg: "MS Jet database could not find object..."

    I frequently get the error message "The Microsoft Jet database engine could not find the object 'whatever'" when I'm trying to import or link to an external file. The workaround is simple, I just rename the file to something short and simple, and the Jet db engine is happy. I'm wondering if...
  11. BaudKarma

    Turn off autocomplete??

    I'm working on a database which has me typing some survey results into a database. My problem occurs when a few of the values coincidentally appear to be in a sequence. After the second or third number is typed in, Access decides I'm making a sequential list and helpfully fills in the next...
  12. BaudKarma

    Users deleting records?

    I've got a database with about a dozen users entering records. Records can be fairly complex, with 20 or 30 minutes spent on entering each one. On occasion, a mistake is made and a record needs to be deleted. Obviously, I'm leery about giving users the ability to delete records without some...
  13. BaudKarma

    Problem logging error descriptions

    I'm trying to set up a simple error logging routine for my project. I call an error logging function, passing along the relevant variables, and the error logging function uses a DOCMD.RUNSQL INSERT INTO command to shove the data into the appropriate table. The problem I'm running into occurs...
  14. BaudKarma

    Step through all records in a table?

    I have a table with a single field. I need to loop through the table from beginning to end and send the value of that field to another function. Simple, right? I try not to let my ignorance prevent me from offering a strong opinion.
  15. BaudKarma

    Cannot exit program at this time

    Got a strange error popping up in my Access DB. I've had three different users experience it today. They get an error message saying "You cannot exit the program at this time. If you are running a Visual Basic program etc etc etc" The messagebox has an "OK" button, but all clicking that does...
  16. BaudKarma

    Creating new record in subform

    I've got a form with a linked subform. The subform displays continuous records. I have code in the main form that looks up data in an external table with dlookup, then adds it to the subform with: Forms![frm1].Form![subfrm1]![Field1] = txt1 Which works just fine until it's time to add...
  17. BaudKarma

    Safely remove USB key drive?

    I've got one of those USB key drives. Win XP wants me to open up the "safely remove hardware" box and stop the drive in XP before I disconnect it, which is a PITA. I can see where there might be a problem if I pull the drive out while it's being accessed, but will anything scary bad happen if...
  18. BaudKarma

    Nomenclature - brain lockup

    A question about definitions. If we look at a table in datasheet view, we call a row of data a "record". A column of data is called a "field". Where a row and a column intersect, we have one specific little piece of data, and we call that a....? I keep thinking we've got a name for that...
  19. BaudKarma

    Display related records like datasheet?

    I'm setting up a subform that lists continuous records. I'd like to set up something similar to what Access displays when when you're viewing a datasheet with linked tables. In this case, Access displays the datasheet with a "+" over in column one. Clicking the "+" opens a smaller cascading...
  20. BaudKarma

    Prevent FE from running off network drive?

    I want to place my front end on a network drive and have my users copy it to their local drive before they use it. Is there any way to have the front end check which drive its residing on at runtime? Essentially, I'd like to have the front end display a polite error message and exit unless it...

Part and Inventory Search

Back
Top