Search results

  1. S

    Fetching information across tables

    Hello everyone, I've been looking around to solve my problem. I even went and recovered my old class note about SQL but haven't found anything. And yet I know it's kinda simple... but I just don't remember clearly. In the scheme below, I want to fetch all the info in Table3 for all the Tiers...
  2. S

    Database Update With Relations Issue

    [SOLVED] Database Update With Relations Issue Hello hello! I'm making an Access DB and records are often updated through Excel importations. My problem here is what my code does : Before importing, it deletes every rows in the table. Hence, records with relations won't be deleted. I...
  3. S

    Excel Formatting

    Here is a small problem I have : I imported an excel sheet with the header to Access. It created a table with the header names in the fields. But the header names were too long so they got truncated in the fields of the table. Now I'm exporting the table with VBA code and it creates a...
  4. S

    Case Sensitive VBA Query (yet another)

    Hello everyone~ I find myself in a dire situation. I programmed a pretty nice Access application for the place I work at and so far I fixed any of my logic problems without having to post anything on forums. I somehow managed! :D Now I have this one problem. I've looked around a lot, but...
  5. S

    Text box width/bring to front

    Hi, I don't know much about VBA code and I'm learning it by myself while making a Access Database. I came across something I would like to do, here it is : When I open "TodayForm", if the text box "episode_at" has its default value... 1- I would like its width becoming 5cm. or 2- I would...
Back
Top Bottom