No problem ... my fault ... my question was more in line of "Is there some way in Access to simulate the Form Wizard dialog box?" without having to do the coding shown below ... the example given below is just for Tables, ultimately, I want to take this idea to the field level using the same...
ok so these responses indicate my question is still unclear ... at a high level, think of a flat file that isn't normalized with embedded looped data ... this data comes from XML files generated from online forms not under our control ... currently, we import the flat files then attempt to use...
Expecting the issue is my failure to clearly describe the question
MS Access has provided in many of its wizards the ability to selectively pick from a list on the left and add to a list on the right
Was looking to implement something like this for a project without reinventing the wheel ...
This is a Security measure I have been using for over 10 years without really knowing if it is effective.
Objective: block an IoT device from any Internet Access but still retain local access.
Will the following measures achieve this Objective or can this IOT Device still find a way to call...
Trying to do something I thought would be real simple ... basically looking to have a Counter that resides on a PI Raspbian (unix) that could be Cleared, Set, Run and monitored from a node-red client ... this timer is required to control a relay ... on during count and off when 0 ... this is...
So at the very last second, I have tracked down the Manual KB for this issue
ace2016-kb4484211-fullfile-x86-glb.exe
Installed and confirmed this is the patch I was looking for
KB5001969 has caused an issue where MS ACCESS can no longer open Shared Files ... MS posted an acknowledgment of this issue on 22/Dec/2021 (for 2016 and above) and stated that to correct this, users must manually go to the ACCOUNT screen in ACCESS and press the update Button ... I have 3 OFS Pro...
Pi (Raspbian) located on a remote mountain top being used to monitor and control some electronic equipment via an Internet connection ... currently using ssmtp to send I'm alive and Alarm emails to a support email address via gmail's smtp servers ... this gmail service stopped working a while...
Arg ... Never mind ... completely forgot about using iif in a query ... plus ... didn't help that w3schools doesn't list iif as a function under MSACCESS SQL Functions
The Solution is Simply
Select
*,
iif(option="1",[a],iif(option="2",[q] ,[f])) as X1,
iif(option="1",[b],iif(option="2",""...
Trying to eliminate a number of "like" reports that differ only on how N fields are populated from a primary table ... the original designer created N report variations ... now ... any minor changes have to be applied to N reports instead of one ... plus ... adding any filters to this report...
Sorry in advance ... although I have years of programming experience, my VBA time has been minimal
Have an ancient 1997 app (converted to 2003 and running in 2003, 2016, and 2019 versions of Access) that uses conditional formatting to color rows in its child subform control ... a timer control...
Have a SQL file that is supposed to load configuration data into a database with the following type of statement
Insert Into SomeTable(ID,SomeNameField,SomeMediumBlobField) Values('0','SomeName', $FILE{/path/somefile.txt});
I gather the intent is to upload contents of somefile.txt into...
Have Python source code in Unix that runs automatically from rc.local at startup which continually
- monitors several Analog and Digital inputs
- displays any changes based on these inputs
Looking to make a rudimentary external CLI interface that would provide virtual inputs in parallel with...
Thanks Bersani ... looks interesting ... and in principle appears to meet the definition of an "Access" alternative ... in context of what I described, and reading between the lines, my expectation was that an "App Builder" (< $500 one time cost) would build Apps that could be run from any...
Hello ... I'm looking for some direction/help/suggestions to find an economical all in one Front End Form builder with similar features to MS ACCESS for use in building front end user interfaces for SQL back ends ... ultimately looking to replace/migrate some aging MS Access Apps built over the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.