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 Wanet Telecoms Ltd 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: *

  1. robmkimmons

    Identify Front-Line Leader - Inner Join?

    I have an employee table tbl_Master that has a list of employees including their position number [PosNum]. Another field in the table identifies who they report to [RptToPosNum]. I am trying to query the "front-line" leaders aka: Employees who's direct reports do not have direct reports of...
  2. robmkimmons

    Export to SharePoint "name already exists"

    Hi, I have summary information in Access 2000 that I wish to publish to our SP site. When I select the "Export to Windows SharePoint Services()" option it exports the information just fine (and i prefer this format over exporting it as .xls or .html formats). However, now that I have...
  3. robmkimmons

    Relationship Design

    In creating a glossary I have tblTerm. A term might have one or more aliases that are also terms within the same table. For example: Term X = Aliases Y & Z Term Y = Aliases X & Z Term Z = Aliases X & Y Term A = No Alias Term B = Alias C Term C = Alias B My current table structure: tblTerm...
  4. robmkimmons

    Syntax/Coding Direction Needed

    Hello! I’m looking for some direction. I believe that I’m doing “OK” on the relational data design, but am struggling with the syntax and details of the coding. I have the following tables created (see picture). Essencially, I want a simple form with two unbound text boxes, [txtBadgeScan]...
  5. robmkimmons

    Multiple user access?

    Hello, I’m pretty familiar with Access, but just not in a multi-user environment. Right now, there is only one terminal that the application is saved on, but I have three different users that can logon. I put the application within a shared folder for all users to access. I can access it...
  6. robmkimmons

    Other users can't open DB

    Hi, I'm running windowsXP and have three different user logons on the same terminal. I placed the db in the shared folder so that whoever is logged-on can see/use particular access applications. However, the apps can only be accessed through my logon. If you are logged on as anyone else it...
  7. robmkimmons

    Which symbology to use?

    I'm trying to decide which barcode symbology to go with for our warehouse. Ideally, i'd like to be able to label cases/containers with both the stock# as well as the quantity. Is that possible to code within one scan? If so, which symbology should i go with? Doesn't code128 support this...
  8. robmkimmons

    Somewhat off subject

    Hi all, I'm looking for more information about barcoding and incorporating it into Access. I've searched through the Access forums in here and have learned quite a bit. However, i still have many fundimental questions about barcoding in general (i.e. which symbology would be best for my...
  9. robmkimmons

    concatenating records to one text file

    Hi, I have records of all my customers' email addresses. I want to export those records into a text file with all of the [email] fields combined and seperated by a ";" so that the text field can be copied and pasted into a mass email. Thanks ~Rob If we expect the unexpected, does that make...
  10. robmkimmons

    Set 'Has Module' Property to NO?

    I'm trying to set my form's 'Has Module' Property to no... but i can't find where to do that at. can someone point me in the right direction? ~Thanks! ~Rob If we expect the unexpected, does that make the unexpected... well, expected?
  11. robmkimmons

    Error msg: Error accessing file...

    I have done something in my database and now anytime i try to access records from forms i get this error: "error accessing file. Network connection may have been lost" I can go into the tables and edit/add information, but i just can't do it in forms. Any suggestions as to why? ~Rob If we...
  12. robmkimmons

    Reference: Missing MsiSys OLE Control Module

    Hi! I've been using an Access 2000 application on my old machine running W98. I've now transfered the files over to a new machine running XP. However, now some of my code won't run. It gives me this error: Compile Error: Can't find project or library I looked it up in Help and it says it...
  13. robmkimmons

    Compile Error

    I just got a new computer and transfered my Access files over. On one of my forms i have the generic combo box which populates the form from the selection you make within the list. However, it produces a Compile Error when i select a row within the combo box stating: "Can't find object or...
  14. robmkimmons

    Dlookup or Me.Recordset to update form??

    I have tblProducts which lists products by their stock number StkNum and then has a sub field Sub which helps differentiate different colors of that product. To make it faster and reduce error, I would like the form to fill in the ItemDescription field with the same information as any previous...
  15. robmkimmons

    Combine multiple records to one text string

    I have Table [tblColors] which has a listing of colors available to items. Some items have more than one color to them. I want to be able to combine more than one color to a particular item in the [tblProducts] table into ONE TEXT STRING on a bound form. tblProducts Item# 453 tblColors...
  16. robmkimmons

    Each/Pair Field Name ??

    This one SHOULD be easy, What is the one-word description for a field name which would determine if a product is sold by "Each", "Pair", or "Set"? I have racked my brain to think of a word to describe this field. Thanks! ~Rob If we expect the unexpected, does...
  17. robmkimmons

    Favorite form font?

    I'm creating a spiffy new db and am curious to know what fonts work best for your users. Thanks! ~Rob If we expect the unexpected, does that make the unexpected... well, expected?
  18. robmkimmons

    I want to give my customers a disco

    I want to give my customers a discount when they purchase more. I have a pricing structure where after $800.00 they get 5% off of their purchase. This is easily calculated with the following function in the unbound text box [Discount] on Form.frmOrders =IIf([Subtotal]>800,0.05,0) The problem...
  19. robmkimmons

    table text size theory

    In a table of a few thousand entries, which is more efficient? -One text field with a field size of 50 OR -Two text fields with their sizes at 25 Or are both so close that it's not much of an issue? ~Rob If we expect the unexpected, does that make the unexpected... well, expected?
  20. robmkimmons

    Update/Add To recordset from form

    I have a form [frmEmployee] which has basic employee information. Within that form, a subform [sfTrain] which tracks various training courses the employee has participated in. Within this subform is a field [Hours] which keeps track of how many hours are completed for that particular...

Part and Inventory Search

Back
Top