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

    Modifying ExBiz with Locations/bins and picking

    Hello. I'm looking for a simple warehouse database with locations/bins and picking. The Ex Biz Tracker 2, is far along what I'm looking for, but it lacks the bin solution (only got stock) and the picking solution. Any ideas on how to implement that? ...
  2. caman74

    Count one value based on another value...

    Hello. I do have, in my db, a single table. I have the fields: "ID" "Productnumber" "Location" "In_Stock" "Total_Locations" My question is; I have several productnumbers, both with and without letters/ numbers, but they are not unique. Each Productnumber is given a location. Each location is...
  3. caman74

    Access 2007 Front-End to SQL express be solution

    Hello. I'm designing a rather simple calculator, using MS Access 2007. I've got some tables with various information, and I have a link to two excel 2007 workbooks, located on a network server, containing information used in the database/ calculator. Since we will be using this db on a local...
  4. caman74

    Search form Identical to active form...

    Hello. I've been using Filemaker for some db development, and I liked the search method there, and I'm wondering if there is any way to make this work in Access. In Filemaker there is one search button, that "turns" the active form into a search form. It will search for records depending of...
  5. caman74

    Show more info in the drop-down list.

    Hello! I have a db created in Access 2003, that I'm rebuilding in FM. I prefer som of the GUI's in Access, and I'm trying to recreate some of it in FM. I wonder if there is any way to have the drop-down lists to display values from more than two fields. The reason I want this, is that I use...
  6. caman74

    Popup reminder 2 workdays before a set date

    I have a field in my DB that contains the shipdate for a shipment. Is there a way to set up a popup reminder, let's say two workdays before the actual shipdate? If the actual shipdate is on a thursday, the popup will show itself on a tuesday. If the shipdate is on a tuesday, the popup will...
  7. caman74

    Filter portal list on each keystroke

    Hello. I would like how to filter a portal list on each keystroke. Let's say I'm searching for a name in a portal list. I Type A; then Anna, Adam, Adolf comes up. When I type the next letter D (ad), then only Adam and Adolf comes up. How can I make this work?? Thank you for the effort! Chris
  8. caman74

    Dual lookup and replacement in FM8

    Hello. I need help with a small problem. Among a lot of fields, I have the field "cust_nr" and the field "cust_name". They are both located in the Table "TrspReg". I have set both "cust_nr" and "cust_name" to work in a drop-down list. Now, here is my problem. I want to be able to i.e. enter...
  9. caman74

    Validating if content of textbox is Unique

    Hi. I have a textbox "txtNumber" that contains either two or eight characters (numbers). I also have a textbox called "txtDep". Both textboxes are placed in the form "frmTrspInv". What I need is when I input a eight character number, to have a popup box let me know if there are any identical...
  10. caman74

    Finding parts of a textbox

    Hello. I have a textbox "txtNumber" that contains either two or eight characters (numbers). I also have a textbox called "txtDep". Both textboxes are placed in the form "frmTrspInv". What I want is when "txtNumber" loses focus it will copy the first two characters into "txtDep". I know this...
  11. caman74

    Unique identifier

    Hello. I need help to set up a function or something similar, that would work as a "unique identifier" for a field. The "unique identifier" shall only let me know of a unique value if there are more than 3 caracters in the field. Christian
  12. caman74

    Muliple "IF" trouble, need help...

    Hello! I have a table called "Invoice". Inside it i have the fields "Code", "Dep" and "Account". In the "code" field I either type a two caracter number or a eight caracter number. I.e. "77", "34" or "32090123", "50112112". The "Dep" field uses the function "left" to find the two first...
  13. caman74

    Getting part of number/ text in textbox

    Hello everybody. I have a form "frmForm" with two textboxes, "txtText1" and "txtText2". In "txtText1" I insert nubers varying on lenght from 2-8 digits. I need "txtText2" to automaticly show the first two digits from "txtText1". How do I do this. Preferable in VBA. Thanx. Chris
  14. caman74

    auto fill and keep record entrys

    Hello. After having created a huge database in MS Access 2003, I feel like trying to make one in Filemaker 7. But I have some problems... Please help me... I have a table called "Transport". Within this table I have some fields called "shprZip"(number), "shprCity"(text), "rcvrZip"(number)...
  15. caman74

    calculating sum from datasheet in subform

    Hello. I have a subform [frmMeasurements] inside a form [TrspOppdrag]. The subform has the following txtboxes: *[txtMeaID] - Autonumber *[txtCopyTrspID] - looks up value from a textbox in main the form called [txtTrspID] *[txtnumber] - manually input *[txtlenght] - manually input *[txtwidth] -...
  16. caman74

    Make "visible" by button or "click here"

    Hi. I wonder if there is a way to enable "Visible" view by clicking on a button or a "+" graphic symbol. I have some windows in my forms that are set to non visible by default, and I need them to get Visible for adding new records, either by a "Add" icon or a button. Chris
  17. caman74

    Find login username...to use elsewere

    Hello. I do have a login form that checks username against password, to allow access into my database. (The code is underneath) The code works allright, checking for username and password, but I want to be able to "put" the username [cbo.Brukere] into some text boxes elsewere in my database...
  18. caman74

    Line coloring a listbox

    Hello. Is there a way to line color a listbox. I.e. every other line is light blue. Then when you look at the listbox the lines are white, light blue, white and so on... The text itself would remain standard black. Chris
  19. caman74

    Table, query, ref and calc problem. Desperate.

    Hello. I need your help to make this work. Any ideas that may help me, would be great. :) At this time I do have a form "TrspOppdrag". Shown below... On this form there are some text boxes: [Fra postnr] and [Til sted] which are the "zip" and "town" of the sender [Til postnr] and [Til sted]...
  20. caman74

    RecordSet Clone from Combo problem

    Hello! I have a form called "Kunder" Inside this form there is a combo called [SøkFirma]. (It is places in the top text window of the form) This combo shows three values based on the query: SELECT Kunder.Firmanavn, Kunder.Kode, Kunder.KundeNr FROM Kunder ORDER BY Kunder.Firmanavn, Kunder.Kode...

Part and Inventory Search

Back
Top