Recent content by noks

  1. N

    Displaying the 5 last records used

    SELECT TOP 5 Sasol_Campaign_history.[Store Name] FROM Sasol_Campaign_history ORDER BY Sasol_Campaign_history.txtDate DESC , Sasol_Campaign_history.[Store Name]; Thanks guys
  2. N

    Displaying the 5 last records used

    yep i do have a timestamp...(date & time)
  3. N

    Displaying the 5 last records used

    Is there a way i can display the 5 last storenames i've saved? Like the myrecent document in ms office Pls kindly help Regards Noks
  4. N

    Displaying a tab after saving

    Got it DoCmd.GoToControl "page1" noks
  5. N

    Displaying a tab after saving

    The first tab has the clients personal details (which i don't make any changes to unless it's necessary) then the second tab consists of question (questionnare) then as soon as i fiil them in i save them. after saving i want the screen to authomatically go to the first tab so that i can see the...
  6. N

    Displaying a tab after saving

    Hi I wanna display the first tab after saving. Can you please let know how do i go about doing that Regards Noks
  7. N

    Displaying only the dates that exist for the specific customer (screen)

    1) The control source is [Store name] as well as the field 2) txtDate is the name of both the field and control source [my fields r bound 2 my table so their control source is the tabe name] 3) It's the form Noks
  8. N

    Displaying only the dates that exist for the specific customer (screen)

    I've changed it to txtDate but now it displays it fo each and every customer even the ones that don't hav the history. Pls help Noks
  9. N

    Displaying only the dates that exist for the specific customer (screen)

    Hi Can you please help me with my code. I'm trying to display only the dates that are available in the history table fo the customer displayed in the screen & it's not working Here's my code: SELECT DISTINCT date FROM Sasol_campaign_history WHERE sasol_master_campaign.[store...
  10. N

    applying certeain commands when certain conditions are met

    thank you. It worked perfectly Regards Noks
  11. N

    applying certeain commands when certain conditions are met

    Hi I want to execute certain actions (ie. select an option and deselect certain options) when i click next record on my tab. Where should i put my coding coz if i put it on form load it's only executed when i load the form but i want it to be executed everytime i go to the next record Regards Noks
  12. N

    Inserting data into word document

    Thanks Curtis. Gr8ly appreciated...
  13. N

    Inserting data into word document

    Hi guys Is it possible to insert data into a word document. ie whenever a user takes a certain action - data should be added into the word document (which will b in a shared folder) If so can u pls kindly assist Noks
  14. N

    BI / Datawharehousing

    Thanks grandpa :)
  15. N

    BI / Datawharehousing

    Hi guys Am not sure if i've posted this issue in the right forum. If not pls let me know which 1 is. I'm interested in workin in Datawharehousing or BI, so i was wondering how do i go about that. (As in which courses can i take and which books can i use). I am currently a developer. Pls...
Back
Top Bottom