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

    That "pencil icon" to the left on a data entry form

    Greetings: On a data entry form (one record at a time), there's the default vertical bar to the left. When the form is first opened, it has a |> looking half-arrow at the top. As soon as the user types in any data, the icon shifts to a pencil looking thing with three periods. By...
  2. Ogart

    ODBC coughing on logging into access table

    Greetings: An excel sheet pulls data from Access using ODBC. If the access application is closed, no problems. If it's open, I get the following: "The database has been placed in a state by user "Admin" on machine xxxx that prevents it from being opened or locked." The access file is set...
  3. Ogart

    Error Translation: Unable to load database properties??

    Microsoft Access is unable to load database properties." Anyone know what that error means? Thanks in advance! Chris
  4. Ogart

    How Nasty is it to migrate an Access File to SQLServer

    Greetings: We've got a quick and dirty CRM solution at beta out there on an Access file. I've just been told by an IT guy who I don't know well enough to trust/distrust that it's not a big deal to migrate and upsize an Access database to MS SQLServer. His recommendation was to keep beta...
  5. Ogart

    Syntax Question regarding NULL

    Syntax...ya mean they tax that too?? Greetings: I am trying to write a subroutine that gets triggered by clicking on an area before a "quote number" is filled in. Trouble is, my subroutine is coughing on the notion of "null", and I can't seem to get the syntax right. The line If J!QuoteNumber...
  6. Ogart

    How: Quick Way to Type Unicode in MSWord

    Greetings: The +/- symbol can be typed using <alt>+0177. The Not Equal Sign (= with a / through it) is a unicode symbol (U+2260). Short of the copy/paste silliness, is there a quick way to keyboard that symbol in a Word document (Excel for that matter). A minor thing, but kind of annoying...
  7. Ogart

    Navigate from a record in 1 form to SAME record in another form

    Situation: ->Query 1: Asks for user, which drives Form 1. ->Form 1: The records that USER "owns". It could be many. Form 1 is basically there to give a list of the records that they are working on. Sort of an open items list. ->Form 2: The main data entry form for the rest of the work. ID...
  8. Ogart

    New Page in Report as Group Rolls from one record to next

    Given a report. Fields are: Customer Name, Customer PO Number, Date. I'm grouping (in the report) by customer name. I'd like to have it give a new page every time I get a new Customer Name. Each customer name will have several Purchase Orders. Is this Possible...and if so, how do I implement...
  9. Ogart

    How Q: Columns on a report

    I’ve got a report where each record has quite a few fields worth of data. What I’d like to be able to do is set up the page to print in two columns. Page Setup/Columns lets me set up multiple columns, but they don’t get expressed (at all) come print time. Is this because each record is basically...
  10. Ogart

    How: Criteria on a DSUM Function

    Here’s what I’m trying to do. I have a table full of items called T_Equipment. Sometimes, an item will be a combination of several items in T_Equipment (e.g. a motor + a base plate + some screws, etc). I have a table called T_MakeUps that has this information. T_Equipment has (among other...
  11. Ogart

    Label on Report: How to shrink it to height 0

    It’s easy enough to get the text box on a report to shrink to 0 height if it’s null. No problems. I’m struggling with the label that’s associated with those text boxes. What I’d like to do is get the heights on those set to 0 when the text boxes they label are null (have no data). Labels seem to...
  12. Ogart

    Debugging Help: OpenRecordset can't find the table (I think)

    I get the bug on the -->> line. The debugger claims: Type Error MisMatch Dim db As Database Dim rec As Recordset Set db = CurrentDb() -->>Set rec = db.OpenRecordset(&quot;T_AppSegment&quot;) The table exists and it's spelled right. Any clue why I'm getting a type error mismatch? I'm sure it's...
  13. Ogart

    How to: Get results from SQL Query into a record.

    Greetings: This should be easy, but I'm stuck. Table A has an arbitrary number of &quot;Hf&quot; records associated with the &quot;ID&quot; in Table B (which is the main table). What I'd like to do is run a simple SQL statement to sum up all the Hf from Table B, that correspond to the ID of...
  14. Ogart

    Ghost OLE Error

    Situation: I'm getting an error on a form that gives me the following error: LinkMasterFields property has produced this error: A Problem occured while Microsoft Access was communicating with OLE Server or Active X control. I also get some funky &quot;out of memory&quot; errors if I continue...
  15. Ogart

    How to: Tell Access to Compact and Repair Database on Close

    Is there a way to tell Access to compact/repair database in VBA? You can do it easily enough when the database closes (tools/options/general), but I'm curious if there's a VBA command that'll do it. Not a huge earth shattering deal if I can't. Just curious in the event I've got a project down...
  16. Ogart

    Relatively easy design question

    Relatively easy design question Related to an earlier post. I've got a bunch of input fields. And these drive some non-trivial calculations. A!FlowRate, for example, is a deal breaker. If that is zero, I don't even want to bother calculating anything. Is this appropriate design? Public Sub...
  17. Ogart

    Syntax Question: A cell on a form has no data

    Greetings: I can't quite get this syntax right. A is a form that I'm entering data in. The field &quot;PipeSize&quot; won't have data in it until the user puts in data (from a pull down if that matters). If the cell is empty, that's a problem for the calculation downstream, so what I need to...
  18. Ogart

    How to do an IF statement with a cell with no data in it

    Greetings: I can't quite get this syntax right. A is a form that I'm entering data in. The field &quot;PipeSize&quot; won't have data in it until the user puts in data (from a pull down if that matters). If the cell is empty, that's a problem for the calculation downstream, so what I need to...
  19. Ogart

    Deployable Version of an Access Application

    Greetings: Is it possible to deploy an Access application to users who do not have Access? For those users, should I include search and filtering capabilities on forms and whatnot that is sort of native to users who have access? This is one of those questions I wish I had been smart enough...
  20. Ogart

    Open Source Liscense

    Greetings: I've been following the Open Source Code movement for the last year or so. This is obviously a topic than can incur rancourous debate -- I'm of the opinion that open source software is appropriate for some applications and probably inappropriate for others (some banking applications...

Part and Inventory Search

Back
Top