Search results

  1. B

    date difference

    Hi, I have here a situation wherein i have two date fields a "start date" and an "end date". I would like to have a third field in the same table that would automatically store the date difference of the two fields in minutes... How will this be done? Any help is highly appreciated.... thanks
  2. B

    questions about replication

    hello all, I have a question on replication, 1. Do i have to redistribute replicated copies after some modifications on object in the database? 2. Does synchronization on replicated copies includes the modifications on forms, reports, queries, objects etc... from the master database? 3...
  3. B

    setting primary fields

    I'm just wondering if how important will setting a primary field be in an access database. Will this ease some processes? I created a database but hasn't yet figured out the importance of a primary field.... thanks :confused:
  4. B

    parameter query

    I would like to ask your help regarding parameter queries. I badly need this with my project. Please share me a sample database file that uses the parameter query.....:confused: I wanted to learn the querydef method, how to reference a value. Method below was suggested to me but then i dont have...
  5. B

    too few paramters. expected 3

    Can somebody please help me with this: highlighted during error: Set Rsdb = DB.OpenRecordset("qry_bscactivity", dbOpenDynaset) heres the code: Private Sub Command0_Click() Dim DB As Database Dim Rsdb As Recordset Dim i As Integer, j As Integer Dim RsSql As Variant...
Top Bottom