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

    Condition in a report

    Please adice how can I realize in the report such function: If [Value1]=yes then me.[Filed1].visible Please advie the exact spelling for that condition.Thanks.
  2. finberg

    Adding Date

    Is trying to run a code for Set in a field Expiry Date the date that is 3 month bigger that the one in shipement date.Has made a code: Forms!insurance![Expiry date] = DateAdd("mm", 3, Forms!insurance![Date of Loading]) That does not work Any ideas?
  3. finberg

    Refering to concrete value ina table

    I do have a table [Commodities] with fields (Code(key);Number;Commodity name;A;B;C;D;E;F;Special conditions) A;B;C;D;E;F stands for different directions (Europe, USA,ETC) The data in the table are the rates for different commodities depending on a zone. Zones are described in a separate table...
  4. finberg

    Using notinList

    Tring to use following NotinList code. Receiving error "type missmatch", but the table Servides has 2 columns: No (autonumber) and ServiceName (text): Private Sub Service_NotInList(NewData As String, Response As Integer) Dim Db As Database Dim Rs As Recordset Dim Msg...
  5. finberg

    Repication on linked database

    I do have a replicated spilted database Crm.mdb is replicated database with replicas user.mdb contain all forms,report,queries and is linked to CRM.mdb I want to make a button in local copy of user.mdb that would Synchronize replicas. So the button should:Get the path to linked CRM.mdb...
  6. finberg

    Changing rowsource

    I have a Subform Contacts wich has fields :Firm,Contact peron I want the RowSource for the Firld Contact person to be Selected form the SoWorkers table on Firm field Please help me to do that. Thanks alot Arseniy
  7. finberg

    Delete record on AfterUpdate

    I am usingAfterUpdate function. I check the added value with a function fcheck, and if fcheck=true I want to delete the added record. How can I delete it? Thanks Arseniy
  8. finberg

    Very simple question

    I know that the answer is really very simple, but I can't get it. I maade a procedure Fcheck to make a check for duplication in a table. I want that when the new data is added in the form, it is checked with this procedure, and if the procedure=True than not allow to add it or delete the added...
  9. finberg

    Renewing data in a table Subform-Help needed

    I have a form with a subform.Both are in table mode. In a parent form there is a filed named Firm (number of the firm) In the Subform there is a field name ContactPerson. I want the RowSource for the ContactPerson to be the data selected from the table CoWorkers,where Firm=Firm in a parent form...
  10. finberg

    Help needed using findNext

    I want to make such procedure: 1.Open Table1 2.Search for the first line responding a criteria 3.Get the Data from Field1 5.Run a procedre1 with this data 6.if procedure 1=true add line to Table2 7.Go to line 1 up to the last line responding criteria Could you please give me a syntaxis of such...
  11. finberg

    AutoCheck for duplication

    Would you be so kind to help? I have a table Firms,with fields:Code,FirmName,FirmField I have a table WorkingForm that has the Field:Project;Firm;Manager I made a form to add firms from Table Firms to table Working form: I make a Subform where there are the list of FielmFields and a button Add...
  12. finberg

    Repost:Crosstab

    I am trying to make the crosstab query, which would be showing for each partner such table: The list of books, the dates of orders and the numbers of the sertain book ordered. When in constructor i ad the field Orderer and give the exact value- everething is going ok, but when in the field i...
  13. finberg

    Crosstab&parameters

    I am trying to make the crosstab query, which would be showing for each partner such table: The list of books, the dates of orders and the numbers of the sertain book ordered. When in constructor i ad the field Orderer and give the exact value- everething is going ok, but when in the field i...
  14. finberg

    Problems making a report

    do have a database a book firm. There are such tables: Books, Partners,Orders,Orders details, I do need to make a report showing by partners which books and when they have ordered.It should look like: Partner 1 ........... .... 23.12.01 25.12.01 22.04.02 1.Book A......2 2.Book B...

Part and Inventory Search

Back
Top