Search results

  1. S

    calendar scheduler for a lan

    Hello i am looking for a simple calendaragenda scheduler to use in a small lan Now we are using an excel file, but as you know, when it is open on one pc, all the other user can access only in a read mode So we need somehting that can be accessed at the same time in read/write mode from multiple...
  2. S

    database from questionnaire

    Hello, i need to build a questionnaire, where there are several questions. Each one has answer lke YES or NOT, and there are 2 more field that are automnatically filled according to the answer yes or no. Like..if YES the field print E, if not the field print NE It is easy, but my concern is how...
  3. S

    excel or access for this task?

    Hello i had triedto solve this problem with excel till now, but may be access is it more quick I have, monthly, a report from the bank, an excel file with all movements (incoming and outcoming) I need to filter all the movements and get only the outgoing For each movement i need to refer to...
  4. S

    automated import data from other file

    Hello i want to build an automation that would let me import data from another file The file is a bank report, so it has several column First i need to filter what records to i mport: looking at the money amount i should import all records that have a - before the amount. Like -100. -120, -70...
  5. S

    fetching multiple data from other file/sheet

    Hello, i need to do basically this task. From fileA, fetch through a dropdown or whatever else if better, data from fileB I can do that, bu to me it is not nice, as i need to have both open..so i might copy this data to fetch from withen the same file A, if there are not other way to do Now...
  6. S

    link record to another record in the same table

    Hello i am building a scheme for a multlevel marketing and i need to relate agents o other agents so i am builfding the agents table using this scheme AgentPK....AgentName....ReportsTo 1..............A..................null (this is a top agent) 2..............B..................null (this is...
  7. S

    how could i do that with access?

    Hello i am trying to develop a calculation, it seems to me complicated to do it techinically speaking not so much as a concept. I'll try to explain what i need, let's see it from a starting table On the X axis i have several input I1,I2,I3....ecc On the Y axis i have several (around 200) output...
  8. S

    open a record from a sheet view form

    Hello i have a form with seacrh parameter and a submask that will display the seacrh result Generally i have few records, each one is a patient with datas I would like that when i click on one record shown i will open the form where all the datas are displayed in details So let's say the first...
  9. S

    code for opening a report

    hello i need to pen a report from a button i use this DoCmd.OpenReport "Report", acViewPreview, "Report" i would like to open the report in the same format as when i actually open the report , not in the print preview mode Hod o i do that? thanks
  10. S

    search record within time interval gives trouble

    Hello in my db i have a form called RICERCHE (means search) wich i use to filter data according certain parameter There is one parameter,the search within dates interval that "SPOIL" treturned record. They are shown more than once. As soon as i insert the table needed for the search...
  11. S

    Help with report and crosstab queries

    Hello i have in my db 7 reports made from 7 crosstabs queires I am trying to use this path to gather the report Put in the foot of 1 report another report But i receive an error and the 2 report is blank I attach the db if you start the report ETA, at the foot of it there is the report...
Back
Top Bottom